diff options
author | Chris Robinson <[email protected]> | 2019-07-14 04:05:08 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-14 04:05:08 -0700 |
commit | b728cf7bd67ef6952bc021b133be654ebdcef357 (patch) | |
tree | e14d4c240d117c180d1d89da41be8d02d3d9bd48 /utils/makemhr/makemhr.cpp | |
parent | 4ff7bfd2d8c5e94e61fbbb7afe57f98037a5383e (diff) |
Properly include getopt.h
Diffstat (limited to 'utils/makemhr/makemhr.cpp')
-rw-r--r-- | utils/makemhr/makemhr.cpp | 2 |
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> |