aboutsummaryrefslogtreecommitdiffstats
path: root/providers/implementations/storemgmt/file_store.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/storemgmt/file_store.c')
-rw-r--r--providers/implementations/storemgmt/file_store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/storemgmt/file_store.c b/providers/implementations/storemgmt/file_store.c
index dc93f08b10..461b7e468d 100644
--- a/providers/implementations/storemgmt/file_store.c
+++ b/providers/implementations/storemgmt/file_store.c
@@ -9,7 +9,7 @@
/* This file has quite some overlap with engines/e_loader_attic.c */
-#include "e_os.h" /* To get strncasecmp() on Windows */
+#include "internal/e_os.h" /* To get strncasecmp() on Windows */
#include <string.h>
#include <sys/stat.h>