Ändrat till unistd.h för POSIX getopt()
This commit is contained in:
parent
9fd3ac4a26
commit
b919983a6e
@ -1,7 +1,7 @@
|
||||
#define _XOPEN_SOURCE 500
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
#include <getopt.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
void printUsage(char *arg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user