aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-10-15 15:17:15 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-10-15 15:17:15 +0200
commit234100550533c5e58d9b3ec9bc8d371ca0ecec32 (patch)
treee9d5859932dd983476e4cce52ed0f83c3874251e
parent33272774098eff1b5f3b091e988efc3693291829 (diff)
downloaddrminfo-234100550533c5e58d9b3ec9bc8d371ca0ecec32.tar.gz
fix readlink warning
-rw-r--r--virtiotest.c2
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>