Include unistd.h for getopt() prototype after Lite2 merge

This commit is contained in:
Peter Wemm 1997-03-11 14:40:40 +00:00
parent 4b03b7b92f
commit 5652654463
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23706

View File

@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: parse.y,v 1.7 1997/02/22 19:54:31 peter Exp $
*/
#include <err.h>
@ -33,6 +33,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sysexits.h>
#include "collate.h"