Skip to content
Snippets Groups Projects
Commit 31aec672 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Restore declaration for _GNU_SOURCE, needed to expose inet_nsap_addr

Non-GLIBC LIBC's are strict about when these functions are visible.
parent aecd9432
No related branches found
No related tags found
No related merge requests found
......@@ -48,9 +48,9 @@
#endif /* HAVE_CONFIG_H */
//#ifndef _GNU_SOURCE
//#define _GNU_SOURCE
//#endif
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <arpa/inet.h>
#include <ctype.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment