diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-12 10:17:47 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-10-12 10:17:47 +0000 |
| commit | 3b0a901275e63ca7a0d46a5f58bdc6d1f706ce06 (patch) | |
| tree | 4cc508d5b23733117e58547c431abb069621ed65 /src/libtipidee/tipidee_log_answer.c | |
| parent | d9492e8561fe5373b1428c6d7cff4f25e2796a55 (diff) | |
| download | tipidee-3b0a901275e63ca7a0d46a5f58bdc6d1f706ce06.tar.gz | |
New logging system; not used yet in tipideed
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libtipidee/tipidee_log_answer.c')
| -rw-r--r-- | src/libtipidee/tipidee_log_answer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtipidee/tipidee_log_answer.c b/src/libtipidee/tipidee_log_answer.c index b6e4617..ae4e880 100644 --- a/src/libtipidee/tipidee_log_answer.c +++ b/src/libtipidee/tipidee_log_answer.c @@ -1,6 +1,6 @@ /* ISC license. */ -#include <sys/types.h> +#include <stddef.h> #include <skalibs/uint64.h> #include <skalibs/types.h> |
