summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2000-04-02 22:03:29 +0000
committerchristos <christos@NetBSD.org>2000-04-02 22:03:29 +0000
commitd99720e261e90b80911fa4f7e3dc3a26a73ba091 (patch)
tree4bad3bb0e80eb5bf206be09115e8cba70836b2d9 /include
parente904ed8773e32f94a33474db29e6b824987b9c51 (diff)
Include <unistd.h> to get the rest of the getopt goo.
Diffstat (limited to 'include')
-rw-r--r--include/getopt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/getopt.h b/include/getopt.h
index 930d00727db..19034105fa8 100644
--- a/include/getopt.h
+++ b/include/getopt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: getopt.h,v 1.2 2000/04/02 06:32:41 christos Exp $ */
+/* $NetBSD: getopt.h,v 1.3 2000/04/02 22:03:29 christos Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -38,6 +38,7 @@
#ifndef _GETOPT_H_
#define _GETOPT_H_
+#include <unistd.h>
/*
* Gnu like getopt_long() and BSD4.4 getsubopt()/optreset extensions
*/