Properly include getopt.h

This commit is contained in:
Chris Robinson
2019-07-14 04:05:08 -07:00
parent 4ff7bfd2d8
commit b728cf7bd6
+1 -1
View File
@@ -77,7 +77,7 @@
#ifdef HAVE_GETOPT
#include <unistd.h>
#else
#include "getopt.h"
#include "../getopt.h"
#endif
#include <atomic>