--- lbbs/src/screen.c 2025/06/16 01:36:56 1.97 +++ lbbs/src/screen.c 2025/06/16 14:30:44 1.98 @@ -14,6 +14,8 @@ * * ***************************************************************************/ +#define _POSIX_C_SOURCE 200809L + #include "screen.h" #include "bbs.h" #include "common.h" @@ -24,6 +26,7 @@ #include "file_loader.h" #include #include +#include #include #include #include @@ -32,9 +35,6 @@ #include #include -#define _POSIX_C_SOURCE 200809L -#include - #define ACTIVE_BOARD_HEIGHT 8 #define STR_TOP_LEFT_MAX_LEN 40