Fix C99 warning

This commit is contained in:
Emmanuel Marty 2022-10-18 07:56:51 +02:00 committed by GitHub
parent bea90736d5
commit ed81dd69df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@
* *
*/ */
#define _POSIX_C_SOURCE 200808
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>