Include unistd.h for new location of getopt prototype

This commit is contained in:
Peter Wemm 1997-03-11 14:41:52 +00:00
parent 5652654463
commit 853fe5c987
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23707

View File

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