diff lib-src/fakemail.c @ 15099:857388330750

[WINDOWSNT]: Include ntlib.h.
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Apr 1996 19:06:01 +0000
parents ee40177f6c68
children 5f9426e991a3
line wrap: on
line diff
--- a/lib-src/fakemail.c	Sat Apr 27 02:09:56 1996 +0000
+++ b/lib-src/fakemail.c	Sun Apr 28 19:06:01 1996 +0000
@@ -50,6 +50,10 @@
 #undef close
 #endif
 
+#ifdef WINDOWSNT
+#include "ntlib.h"
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>