diff options
-rw-r--r-- | ax25ipd/io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ax25ipd/io.c b/ax25ipd/io.c index e441131..56ef30f 100644 --- a/ax25ipd/io.c +++ b/ax25ipd/io.c @@ -8,6 +8,8 @@ * This is also the key dispatching module, so it knows about a lot more * than just I/O stuff. */ +#define _XOPEN_SOURCE +#define _XOPEN_SOURCE_EXTENDED #include <errno.h> #include <fcntl.h> |