From: Joel Rosdahl Date: Fri, 16 Jul 2010 15:19:39 +0000 (+0200) Subject: Correctly find getopt_long.h from subdir source file X-Git-Tag: v3.1~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=755eaafad9a2955bd1ea5c3956a6cf16af651d94;p=thirdparty%2Fccache.git Correctly find getopt_long.h from subdir source file --- diff --git a/test/main.c b/test/main.c index 6f71dbd77..273377565 100644 --- a/test/main.c +++ b/test/main.c @@ -18,7 +18,7 @@ */ #include "framework.h" -#include "../getopt_long.h" +#include "getopt_long.h" #include #include