summaryrefslogtreecommitdiffstats
path: root/test/siphash_internal_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/siphash_internal_test.c')
-rw-r--r--test/siphash_internal_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/siphash_internal_test.c b/test/siphash_internal_test.c
index ca24339ee7..60a2d8dd01 100644
--- a/test/siphash_internal_test.c
+++ b/test/siphash_internal_test.c
@@ -16,7 +16,7 @@
#include "testutil.h"
#include "internal/siphash.h"
#include "../crypto/siphash/siphash_local.h"
-#include "e_os.h"
+#include <internal/nelem.h>
static BIO* b_stderr = NULL;
static BIO* b_stdout = NULL;