From b728cf7bd67ef6952bc021b133be654ebdcef357 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 14 Jul 2019 04:05:08 -0700 Subject: Properly include getopt.h --- utils/makemhr/makemhr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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 #else -#include "getopt.h" +#include "../getopt.h" #endif #include -- cgit v1.2.3