diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/xtimegm.c | 2 | ||||
-rw-r--r-- | tests/xtouch.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/xtimegm.c b/tests/xtimegm.c index bab64ba..b2479b7 100644 --- a/tests/xtimegm.c +++ b/tests/xtimegm.c @@ -2,7 +2,7 @@ // SPDX-License-Identifier: 0BSD #include "../src/xtime.h" -#include <stdbool.h> +#include "../src/config.h" #include <stdint.h> #include <stdio.h> #include <stdlib.h> diff --git a/tests/xtouch.c b/tests/xtouch.c index 7e29547..50416ba 100644 --- a/tests/xtouch.c +++ b/tests/xtouch.c @@ -2,10 +2,10 @@ // SPDX-License-Identifier: 0BSD #include "../src/bfstd.h" +#include "../src/config.h" #include "../src/xtime.h" #include <errno.h> #include <fcntl.h> -#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |