getopt_long: use stdinc.h
parent
61a2a6c46f
commit
d45b87bc56
|
@ -60,11 +60,10 @@
|
|||
|
||||
#include "getopt_long.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include "stdinc.h"
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue