diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-05-24 11:52:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-05-24 11:52:54 +0200 |
commit | 1dfaf25d8c83b19d2e34b92d82f3eaaba4ef1062 (patch) | |
tree | 9050ae14ea7731072644fae86fbc22d78c7e39b8 /test/inet | |
parent | 38048ad53bcb31a9e26d58f46222704dacf178e7 (diff) |
be more conformant, from Timur.R.Mustafin@mcst.ru
Diffstat (limited to 'test/inet')
-rw-r--r-- | test/inet/bug-if1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/inet/bug-if1.c b/test/inet/bug-if1.c index ea84a68..d4f8fa7 100644 --- a/test/inet/bug-if1.c +++ b/test/inet/bug-if1.c @@ -16,6 +16,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#define _GNU_SOURCE 1 + #include <errno.h> #include <limits.h> #include <stdio.h> |