mm(1): specifies sysexits imports
This commit is contained in:
parent
0c530dffbf
commit
8421f8be87
4
src/mm.c
4
src/mm.c
@ -24,8 +24,8 @@
|
||||
#include <stdlib.h> /* free(3), realloc(3) */
|
||||
#include <string.h> /* strcmp(3), strerror(3) */
|
||||
#include <unistd.h> /* getopt(3) */
|
||||
#include <sysexits.h>
|
||||
#endif
|
||||
#include <sysexits.h> /* EX_IOERR, EX_OK, EX_OSERR, EX_USAGE */
|
||||
|
||||
extern int errno;
|
||||
|
||||
/* This structure is how open files are tracked. */
|
||||
|
Loading…
Reference in New Issue
Block a user