summaryrefslogtreecommitdiff
path: root/lib/crypto/hmacmd5test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/hmacmd5test.c')
-rw-r--r--lib/crypto/hmacmd5test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/hmacmd5test.c b/lib/crypto/hmacmd5test.c
index 77f305a5d3..a6621a6e13 100644
--- a/lib/crypto/hmacmd5test.c
+++ b/lib/crypto/hmacmd5test.c
@@ -16,7 +16,8 @@
You should have received a copy of the GNU General Public License
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;