summaryrefslogtreecommitdiff
path: root/nt/preprep.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-10-23 20:35:18 -0700
committerEli Zaretskii <eliz@gnu.org>2021-10-24 20:22:17 +0300
commitbeb265450c01b3e3188f844ff0fb961d9df79071 (patch)
tree03295c51c4b05d55464e2511dae4d114f00a236f /nt/preprep.c
parentd64936d8f6dfb7abbf5d6700b040be8937b7f22a (diff)
downloademacs-beb265450c01b3e3188f844ff0fb961d9df79071.tar.gz
Include <config.h> first in MS-Windows source
Diffstat (limited to 'nt/preprep.c')
-rw-r--r--nt/preprep.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/preprep.c b/nt/preprep.c
index 78ed1c32381..48c55ef2218 100644
--- a/nt/preprep.c
+++ b/nt/preprep.c
@@ -21,6 +21,9 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
based on code from addsection.c
*/
+#define DEFER_MS_W3_H
+#include <config.h>
+
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>