summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/nsap_addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/libc/nsap_addr.c')
-rw-r--r--cpukit/libnetworking/libc/nsap_addr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/libnetworking/libc/nsap_addr.c b/cpukit/libnetworking/libc/nsap_addr.c
index a7af57a266..c34d61d81a 100644
--- a/cpukit/libnetworking/libc/nsap_addr.c
+++ b/cpukit/libnetworking/libc/nsap_addr.c
@@ -19,6 +19,11 @@
static char rcsid[] = "$Id$";
#endif /* LIBC_SCCS and not lint */
+/* Since we compile with strict ANSI we need to undef it to get
+ * prototypes for extensions
+ */
+#undef __STRICT_ANSI__
+
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>