diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-23 16:26:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-23 16:26:11 +0000 |
commit | bcad2c29c215f768944e268333ee7bdc6103c546 (patch) | |
tree | 700a5d574e9c0b2a7f496f7c3f3063a1977dedc1 /manual | |
parent | b1184fcdb51451aeb473e2a0025b5c5106bc8ea5 (diff) | |
download | glibc-bcad2c29c215f768944e268333ee7bdc6103c546.tar.gz glibc-bcad2c29c215f768944e268333ee7bdc6103c546.tar.xz glibc-bcad2c29c215f768944e268333ee7bdc6103c546.zip |
Update.
2000-04-23 Ulrich Drepper <drepper@redhat.com> * nss/Makefile (libnss_db-dbs): Remove stry backslash. Patch by Zack Weinberg <zack@wolery.cumb.org>.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/examples/subopt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/examples/subopt.c b/manual/examples/subopt.c index 8c04a57e02..287fe8c495 100644 --- a/manual/examples/subopt.c +++ b/manual/examples/subopt.c @@ -1,5 +1,6 @@ #include <stdio.h> #include <stdlib.h> +#include <unistd.h> int do_all; const char *type; |