diff options
-rw-r--r-- | mico-dump.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mico-dump.c b/mico-dump.c index 75219d5..ebca41d 100644 --- a/mico-dump.c +++ b/mico-dump.c @@ -1,3 +1,5 @@ +#define _XOPEN_SOURCE 700 + #include <arpa/inet.h> #include <assert.h> #include <fnmatch.h> |