Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/getopt.c
authorRoland McGrath <roland@gnu.org>
Wed, 22 May 1996 22:23:17 +0000 (22:23 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 22 May 1996 22:23:17 +0000 (22:23 +0000)
posix/getopt.c

index fdc19c5..e4ae334 100644 (file)
@@ -64,6 +64,19 @@ Cambridge, MA 02139, USA.  */
 #include <unistd.h>
 #endif /* GNU C library.  */
 
+#ifdef VMS
+#include <unixlib.h>
+#if HAVE_STRING_H - 0
+#include <string.h>
+#endif
+#endif
+
+#ifdef WIN32
+/* It's not Unix, really.  See?  Capital letters.  */
+#include <windows.h>
+#define getpid() GetCurrentProcessId()
+#endif
+
 #ifndef _
 /* This is for other GNU distributions with internationalized messages.
    When compiling libc, the _ macro is predefined.  */