changeset 15099:857388330750

[WINDOWSNT]: Include ntlib.h.
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Apr 1996 19:06:01 +0000
parents a3c8776451ce
children 85edb1a5281a
files lib-src/fakemail.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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>