aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/modstat/modstat.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-03-11 14:41:52 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-03-11 14:41:52 +0000
commit853fe5c987076ac3cb697184ba28227238f1915c (patch)
tree1de19a80cbe2826e7306f1d64bbd989563e2a122 /usr.bin/modstat/modstat.c
parent56526544634416718fbf002c82bcfb95dd1e031a (diff)
downloadsrc-853fe5c987076ac3cb697184ba28227238f1915c.tar.gz
src-853fe5c987076ac3cb697184ba28227238f1915c.zip
Include unistd.h for new location of getopt prototype
Notes
Notes: svn path=/head/; revision=23707
Diffstat (limited to 'usr.bin/modstat/modstat.c')
-rw-r--r--usr.bin/modstat/modstat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c
index 2722f877df96..c081a16fd49c 100644
--- a/usr.bin/modstat/modstat.c
+++ b/usr.bin/modstat/modstat.c
@@ -29,11 +29,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: modstat.c,v 1.6 1997/02/22 19:56:15 peter Exp $
*/
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <err.h>
#include <string.h>
#include <a.out.h>