summaryrefslogtreecommitdiffstats
path: root/ax25ipd/ax25ipd.h
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2008-10-11 08:27:03 +0000
committerThomas Osterried <thomas@osterried.de>2008-10-11 08:27:03 +0000
commit7a6b317d093b120c8aa38e9abb47d60b61b1fe1d (patch)
treecbe663f2e3847554b7696b1a194c8b23eb5dea49 /ax25ipd/ax25ipd.h
parentbc56cf90127cca5c8713fe1f6f26134682dfe56b (diff)
Support for unix98 ptys ("/dev/ptmx"). Thanks to dk2crn.
Diffstat (limited to 'ax25ipd/ax25ipd.h')
-rw-r--r--ax25ipd/ax25ipd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ax25ipd/ax25ipd.h b/ax25ipd/ax25ipd.h
index fac25fc..d88173a 100644
--- a/ax25ipd/ax25ipd.h
+++ b/ax25ipd/ax25ipd.h
@@ -54,6 +54,7 @@
#include <setjmp.h>
#include <signal.h>
#include <stdio.h>
+#define __USE_XOPEN
#include <stdlib.h>
#include <string.h>
#include <unistd.h>