]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Correctly find getopt_long.h from subdir source file
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 16 Jul 2010 15:19:39 +0000 (17:19 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 16 Jul 2010 15:40:45 +0000 (17:40 +0200)
test/main.c

index 6f71dbd77851c4c502c53a56c4b5f87a3f91f06f..273377565a0ae177b1b4146df86ea98d05ead580 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include "framework.h"
-#include "../getopt_long.h"
+#include "getopt_long.h"
 #include <stdlib.h>
 #include <stdio.h>