diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-02 19:42:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-02 19:42:29 +0000 |
commit | 54955962d2b2660b5aaede52557333f608d293a6 (patch) | |
tree | 7aea43780858a9137defa783097eccc41bb55521 /stdio-common | |
parent | 96bda0ea44eb94e0284e91f20ba9733ae63f26a5 (diff) | |
download | glibc-54955962d2b2660b5aaede52557333f608d293a6.tar glibc-54955962d2b2660b5aaede52557333f608d293a6.tar.gz glibc-54955962d2b2660b5aaede52557333f608d293a6.tar.bz2 glibc-54955962d2b2660b5aaede52557333f608d293a6.zip |
* nss/nss_files/files-ethers.c (ntohost): Fix db key.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/tst-ungetc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/tst-ungetc.c b/stdio-common/tst-ungetc.c index 67c45d4028..ba74a84f7f 100644 --- a/stdio-common/tst-ungetc.c +++ b/stdio-common/tst-ungetc.c @@ -1,6 +1,7 @@ /* Test for ungetc bugs. */ #include <stdio.h> +#include <unistd.h> #define assert(x) \ if (!(x)) \ |