summaryrefslogtreecommitdiff
path: root/lib/crypto/md4test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/md4test.c')
-rw-r--r--lib/crypto/md4test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/md4test.c b/lib/crypto/md4test.c
index a6080cff82..e406c692a1 100644
--- a/lib/crypto/md4test.c
+++ b/lib/crypto/md4test.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;