mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Include unistd.h for getopt() prototype after Lite2 merge
This commit is contained in:
parent
4b03b7b92f
commit
5652654463
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23706
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user