summaryrefslogtreecommitdiff
path: root/src/w32.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-01-01 19:15:26 +0000
committerPavel Janík <Pavel@Janik.cz>2002-01-01 19:15:26 +0000
commit4838e624ad5ced0226c3b202f6d942aa9e878a80 (patch)
treecd2d33164b31a0ab02889b1893870634d35ae3e4 /src/w32.c
parent3c1e6b469b8b7b7c067ce89e3cfb36871b257420 (diff)
downloademacs-4838e624ad5ced0226c3b202f6d942aa9e878a80.tar.gz
Include <config.h>.
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index a8e4a5f37da..f6e9f765500 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -35,7 +35,11 @@ Boston, MA 02111-1307, USA.
#include <sys/utime.h>
/* must include CRT headers *before* config.h */
-#include "config.h"
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#undef access
#undef chdir
#undef chmod