optional sysexits dep
This commit is contained in:
parent
3fb84937bd
commit
65f6685c05
@ -1,5 +1,7 @@
|
|||||||
#include <stdio.h> /* fprintf(3), stderr */
|
#include <stdio.h> /* fprintf(3), stderr */
|
||||||
#include <sysexits.h> /* EX_USAGE */
|
#ifndef EX_USAGE
|
||||||
|
# include <sysexits.h> /* EX_USAGE */
|
||||||
|
#endif
|
||||||
|
|
||||||
static char *program_name = "streq";
|
static char *program_name = "streq";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user