aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorPaul D. Smith1997-09-05 21:01:56 +0000
committerPaul D. Smith1997-09-05 21:01:56 +0000
commit84760de2b59abf43b7336b63531b5269b5143cd7 (patch)
tree1454a9df8593927740394533a789c5131881a1e5 /lib-src
parente83be080502e03ffd147d58eeccb865156ece20a (diff)
downloademacs-84760de2b59abf43b7336b63531b5269b5143cd7.tar.gz
emacs-84760de2b59abf43b7336b63531b5269b5143cd7.zip
Changes for GNU make 3.75.93.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c
index c6b134537c7..7b56b57eb10 100644
--- a/lib-src/getopt.c
+++ b/lib-src/getopt.c
@@ -79,7 +79,7 @@ USA. */
79#endif 79#endif
80#endif 80#endif
81 81
82#if defined (_WINDOWS32) && !defined (__CYGWIN32__) 82#if defined (WINDOWS32) && !defined (__CYGWIN32__)
83/* It's not Unix, really. See? Capital letters. */ 83/* It's not Unix, really. See? Capital letters. */
84#include <windows.h> 84#include <windows.h>
85#define getpid() GetCurrentProcessId() 85#define getpid() GetCurrentProcessId()