aboutsummaryrefslogtreecommitdiffstats
path: root/utils/makemhr/makemhr.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-14 04:05:08 -0700
committerChris Robinson <[email protected]>2019-07-14 04:05:08 -0700
commitb728cf7bd67ef6952bc021b133be654ebdcef357 (patch)
treee14d4c240d117c180d1d89da41be8d02d3d9bd48 /utils/makemhr/makemhr.cpp
parent4ff7bfd2d8c5e94e61fbbb7afe57f98037a5383e (diff)
Properly include getopt.h
Diffstat (limited to 'utils/makemhr/makemhr.cpp')
-rw-r--r--utils/makemhr/makemhr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makemhr/makemhr.cpp b/utils/makemhr/makemhr.cpp
index f6e28937..70ddbe5a 100644
--- a/utils/makemhr/makemhr.cpp
+++ b/utils/makemhr/makemhr.cpp
@@ -77,7 +77,7 @@
#ifdef HAVE_GETOPT
#include <unistd.h>
#else
-#include "getopt.h"
+#include "../getopt.h"
#endif
#include <atomic>