Use "" not <> for internal/ includes
[openssl.git] / test / siphash_internal_test.c
index 60a2d8dd019d2af2022383d154ef626eb434ca23..5401e8c2e6ffbc3d9ee863e867f7c51e23baf3b7 100644 (file)
@@ -16,7 +16,7 @@
 #include "testutil.h"
 #include "internal/siphash.h"
 #include "../crypto/siphash/siphash_local.h"
-#include <internal/nelem.h>
+#include "internal/nelem.h"
 
 static BIO* b_stderr = NULL;
 static BIO* b_stdout = NULL;