Add <unistd.h> include for getopt()
This commit is contained in:
@@ -39,6 +39,9 @@
|
|||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#if defined(linux)
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
#if defined(sgi)
|
#if defined(sgi)
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user