summaryrefslogtreecommitdiff
path: root/src/w32bdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32bdf.c')
-rw-r--r--src/w32bdf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/w32bdf.c b/src/w32bdf.c
index d2d33d72ca3..801c914d8d9 100644
--- a/src/w32bdf.c
+++ b/src/w32bdf.c
@@ -22,7 +22,11 @@ Boston, MA 02111-1307, USA. */
MULE for W32). */
#include <windows.h>
-#include "config.h"
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "lisp.h"
#include "charset.h"
#include "keyboard.h"