diff options
Diffstat (limited to 'src/u8c/thrdsafe.c')
-rw-r--r-- | src/u8c/thrdsafe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u8c/thrdsafe.c b/src/u8c/thrdsafe.c index c32a2e7..9d8e41a 100644 --- a/src/u8c/thrdsafe.c +++ b/src/u8c/thrdsafe.c @@ -15,7 +15,7 @@ */ # include <stdbool.h> # include <stdint.h> -# include <u8c/thrdsafe.h> +# include <u8c/main.h> bool const u8c_thrdsafe = # if defined(u8c_bethrdsafe) true; |