diff options
Diffstat (limited to 'utils/makemhr')
-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> |