diff options
| author | Richard M. Stallman | 1996-04-28 19:06:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-28 19:06:01 +0000 |
| commit | 7c54442039a0a3cea312bd4d32259249fe8839e3 (patch) | |
| tree | 94efe65916c4839fcdc071c624432feff04d6ed0 /lib-src | |
| parent | ad6cd733f464e5cde8d06bdc46912dd84a1fad20 (diff) | |
| download | emacs-7c54442039a0a3cea312bd4d32259249fe8839e3.tar.gz emacs-7c54442039a0a3cea312bd4d32259249fe8839e3.zip | |
[WINDOWSNT]: Include ntlib.h.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/fakemail.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index 8284a4c6201..93e14d7e961 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c | |||
| @@ -50,6 +50,10 @@ main () | |||
| 50 | #undef close | 50 | #undef close |
| 51 | #endif | 51 | #endif |
| 52 | 52 | ||
| 53 | #ifdef WINDOWSNT | ||
| 54 | #include "ntlib.h" | ||
| 55 | #endif | ||
| 56 | |||
| 53 | #include <stdio.h> | 57 | #include <stdio.h> |
| 54 | #include <string.h> | 58 | #include <string.h> |
| 55 | #include <ctype.h> | 59 | #include <ctype.h> |