diff options
Diffstat (limited to 'libc/inet/getnetent.c')
| -rw-r--r-- | libc/inet/getnetent.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/libc/inet/getnetent.c b/libc/inet/getnetent.c index 476fa6b0e..f2c2cd97d 100644 --- a/libc/inet/getnetent.c +++ b/libc/inet/getnetent.c @@ -15,6 +15,8 @@   * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.   */ +#define inet_network __inet_network +  #define __FORCE_GLIBC  #include <features.h>  #include <stdio.h> | 
