diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-10-15 15:17:15 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-10-15 15:17:15 +0200 |
commit | 234100550533c5e58d9b3ec9bc8d371ca0ecec32 (patch) | |
tree | e9d5859932dd983476e4cce52ed0f83c3874251e /virtiotest.c | |
parent | 33272774098eff1b5f3b091e988efc3693291829 (diff) | |
download | drminfo-234100550533c5e58d9b3ec9bc8d371ca0ecec32.tar.gz |
fix readlink warning
Diffstat (limited to 'virtiotest.c')
-rw-r--r-- | virtiotest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/virtiotest.c b/virtiotest.c index b9ac3a8..2278433 100644 --- a/virtiotest.c +++ b/virtiotest.c @@ -1,3 +1,5 @@ +#define _POSIX_C_SOURCE 200809L + #include <stdio.h> #include <stdlib.h> #include <stdbool.h> |