summaryrefslogtreecommitdiff
path: root/gtk/file_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/file_dlg.c')
-rw-r--r--gtk/file_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/file_dlg.c b/gtk/file_dlg.c
index 91e1057d59..d2b0aba369 100644
--- a/gtk/file_dlg.c
+++ b/gtk/file_dlg.c
@@ -20,8 +20,8 @@
#include "keys.h"
#endif
-#ifndef __PREFS_H__
-#include "prefs.h"
+#ifndef __PREFS_DLG_H__
+#include "prefs_dlg.h"
#endif
#ifndef __UTIL_H__