summaryrefslogtreecommitdiff
path: root/lib/crypto/md5test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/md5test.c')
-rw-r--r--lib/crypto/md5test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/md5test.c b/lib/crypto/md5test.c
index 7223af2114..0457d4d4ea 100644
--- a/lib/crypto/md5test.c
+++ b/lib/crypto/md5test.c
@@ -17,7 +17,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "includes.h"
+#include "replace.h"
+#include "../lib/util/util.h"
#include "../lib/crypto/crypto.h"
struct torture_context;