diff options
Diffstat (limited to 'src/include/arpa/inet.h')
-rw-r--r-- | src/include/arpa/inet.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/arpa/inet.h b/src/include/arpa/inet.h new file mode 100644 index 00000000..2da6ddbc --- /dev/null +++ b/src/include/arpa/inet.h @@ -0,0 +1,8 @@ +#ifndef ARPA_INET_H +#define ARPA_INET_H + +#include "../../../include/arpa/inet.h" + +int __inet_aton(const char *, struct in_addr *); + +#endif |