Include unistd.h for new location of getopt() prototypes

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

View File

@ -29,10 +29,11 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
* $Id$
* $Id: sasc.c,v 1.4 1997/02/22 19:56:57 peter Exp $
*/
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/file.h>
#include <sys/ioctl.h>