Add feature macros to more C files

These source files use "struct timespec", which is POSIX 1993.09.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
This commit is contained in:
Paul Cercueil 2021-02-18 22:31:39 +00:00
parent f3758d1d0a
commit cf37ba4c0b
No known key found for this signature in database
GPG key ID: 73EE6BD2274ABD41
16 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#define _POSIX_C_SOURCE 199309L
#include <assert.h>
#include <stdint.h>
#include <stdio.h>