]> git.eshelyaron.com Git - emacs.git/commitdiff
[WINDOWSNT]: Include ntlib.h.
authorRichard M. Stallman <rms@gnu.org>
Sun, 28 Apr 1996 19:06:01 +0000 (19:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 28 Apr 1996 19:06:01 +0000 (19:06 +0000)
lib-src/fakemail.c

index 8284a4c6201d9aed96f5648efe23ce2063356b2b..93e14d7e961a7c12c6b4a9919c77aff158241e22 100644 (file)
@@ -50,6 +50,10 @@ main ()
 #undef close
 #endif
 
+#ifdef WINDOWSNT
+#include "ntlib.h"
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>