summaryrefslogtreecommitdiff
path: root/manual/examples
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-23 16:26:11 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-23 16:26:11 +0000
commitbcad2c29c215f768944e268333ee7bdc6103c546 (patch)
tree700a5d574e9c0b2a7f496f7c3f3063a1977dedc1 /manual/examples
parentb1184fcdb51451aeb473e2a0025b5c5106bc8ea5 (diff)
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/examples')
-rw-r--r--manual/examples/subopt.c1
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;