aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/getenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/getenv.c')
-rw-r--r--crypto/getenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/getenv.c b/crypto/getenv.c
index e79b6cc161..b263d1b624 100644
--- a/crypto/getenv.c
+++ b/crypto/getenv.c
@@ -13,7 +13,7 @@
#include <stdlib.h>
#include "internal/cryptlib.h"
-#include "e_os.h"
+#include "internal/e_os.h"
char *ossl_safe_getenv(const char *name)
{