diff options
Diffstat (limited to 'src/strings.c')
-rw-r--r-- | src/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.c b/src/strings.c index ffa3c50..fef0b86 100644 --- a/src/strings.c +++ b/src/strings.c @@ -1,2 +1,2 @@ #define main strings_main -#include "../strings/strings.c" +#include "strings/strings.c" |