reenable include <getopt.h> for getopt_long(3)
This commit is contained in:
parent
729bd4d1af
commit
263ed6747c
|
@ -30,7 +30,7 @@
|
|||
// for printf()
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined(__linux__)
|
||||
#if defined(__linux__) || defined(__NetBSD__)
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
|
|
Loading…
Reference in New Issue