From 6a71cd9a91a19b2075b5d4d33be94d4f897143d9 Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 27 Apr 2019 09:15:53 +0000 Subject: [PATCH] add libowfat/ to includes --- test/uudecode.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/uudecode.c b/test/uudecode.c index c5efdbb..2ce876a 100644 --- a/test/uudecode.c +++ b/test/uudecode.c @@ -10,13 +10,13 @@ #include #include #include -#include "textcode.h" -#include "str.h" -#include "buffer.h" -#include "open.h" -#include "stralloc.h" -#include "scan.h" -#include "case.h" +#include "libowfat/textcode.h" +#include "libowfat/str.h" +#include "libowfat/buffer.h" +#include "libowfat/open.h" +#include "libowfat/stralloc.h" +#include "libowfat/scan.h" +#include "libowfat/case.h" static const uint32_t crc_table[256] = { 0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc419L,