From 47e06c6d4e542e47fcbad69a78c2436a854a0779 Mon Sep 17 00:00:00 2001 From: gus knight Date: Mon, 27 Jul 2015 16:03:25 -0400 Subject: Reorganize the source tree. * Documentation is now in "docs". * Source code is now in "src". * Misc. fixes here and there so that everything still works. I think I got everything in this commit, but I only tested this on Linux (Make) and Windows (CMake), so I might've messed something up on other platforms... --- win32/tools/tiny_libmaker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/tools/tiny_libmaker.c') diff --git a/win32/tools/tiny_libmaker.c b/win32/tools/tiny_libmaker.c index 62d2a2e..62fec98 100644 --- a/win32/tools/tiny_libmaker.c +++ b/win32/tools/tiny_libmaker.c @@ -21,7 +21,7 @@ #include #include #include -#include "../../elf.h" +#include "../../src/elf.h" #ifdef TCC_TARGET_X86_64 # define ELFCLASSW ELFCLASS64 -- cgit v1.3.1