summaryrefslogtreecommitdiff
path: root/test/framework.c
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2016-07-22 18:21:44 +0200
committerJoel Rosdahl <joel@rosdahl.net>2016-07-22 18:22:45 +0200
commit3c6eee543e8bbd2a567485c9b25e2801103488ea (patch)
tree2c00abb21ce7fc2c99cefa15156638133b249f56 /test/framework.c
parent9052c3450ce5903ffc9fe3218fad27451416d3dc (diff)
downloadccache-3c6eee543e8bbd2a567485c9b25e2801103488ea.tar.gz
Tweak #include file paths
Diffstat (limited to 'test/framework.c')
-rw-r--r--test/framework.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/framework.c b/test/framework.c
index e232afef..e4e6ac7b 100644
--- a/test/framework.c
+++ b/test/framework.c
@@ -16,8 +16,8 @@
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "ccache.h"
-#include "test/framework.h"
+#include "../ccache.h"
+#include "framework.h"
#include "util.h"
#if defined(HAVE_TERMIOS_H)