add needed defines to get usleep properly defined

This commit is contained in:
Stefano D'Angelo 2025-04-17 10:28:10 +02:00
parent a7ba7bfa7e
commit d4f263cc00

3
test.c
View File

@ -18,6 +18,9 @@
* File author: Paolo Marrone
*/
#define _XOPEN_SOURCE 600
#define _POSIX_C_SOURCE 200112L
#include "vinci.h"
#include <string.h>