Include <unistd.h> to get the rest of the getopt goo.

This commit is contained in:
christos 2000-04-02 22:03:29 +00:00
parent e904ed8773
commit d99720e261
1 changed files with 2 additions and 1 deletions

View File

@ -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
*/