Use "" not <> for internal/ includes
[openssl.git] / test / sanitytest.c
index 80a19e992d5b8f4f22ded260a6a6358a915d3538..743c03b2d936409f3ce9a112a44f2a5bc94d2599 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include <string.h>
-#include <internal/numbers.h>
+#include "internal/numbers.h"
 
 #include "testutil.h"