]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 23 Jun 1999 12:58:33 +0000 (12:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 23 Jun 1999 12:58:33 +0000 (12:58 +0000)
* posix/getopt.h: Include stdio.h.

ChangeLog
posix/getopt.h

index 4dd8c275169751f04411ff2d74ed8dd6d998a0c1..b063f055693d867b21545f19c638f5abf3d42139 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-06-23  Ulrich Drepper  <drepper@cygnus.com>
 
+       * posix/getopt.h: Include stdio.h.
+
        * manual/arith.texi: Document restriction of ndigit parameter of
        ecvt and friends.
        * misc/efgcvt.c: Define NDIGIT_MAX.
index b0147e9d2ac314401941304659c3c19575f025df..aec5d92a3dfe1f038550e28a14da559329338db5 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for getopt.
-   Copyright (C) 1989,90,91,92,93,94,96,97,98 Free Software Foundation, Inc.
+   Copyright (C) 1989,90,91,92,93,94,96,97,98,99 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 # define _GETOPT_H 1
 #endif
 
+/* We include this here since on system susing GNU libc we need some
+   macros defined.  <stdio.h> is probably the most portable header
+   file and it does what we need.  */
+#include <stdio.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif