about summary refs log tree commit diff
path: root/src/ipaddr/ng_ipaddr.h
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2014-03-17 02:28:39 +0100
committerAlexander Barton <alex@barton.de>2014-03-17 11:37:25 +0100
commitb130b35f48d19450240748425e12d21f2c38350f (patch)
tree3a808f411b78d764fc707e24c9676e846c578359 /src/ipaddr/ng_ipaddr.h
parent37090a28e8319650e49b4bd3e0518c2f8cbc8ae4 (diff)
downloadngircd-b130b35f48d19450240748425e12d21f2c38350f.tar.gz
ngircd-b130b35f48d19450240748425e12d21f2c38350f.zip
Update #include's: remove unused and add missing ones
The "deheader" tool (<http://www.catb.org/~esr/deheader/>) has been
used to find unused #include directives as well as missing ones.

Tested on:

- A/UX 3.1.1
- ArchLinux (2014-03-17)
- Debian GNU/Hurd
- Debian GNU/Linux 6.0.9
- Debian GNU/Linux 7.4
- Fedora 20
- FreeBSD 9.2
- OpenBSD 4.8
- OpenBSD 5.1
- OS X 10.9
- Solaris 11
Diffstat (limited to 'src/ipaddr/ng_ipaddr.h')
-rw-r--r--src/ipaddr/ng_ipaddr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipaddr/ng_ipaddr.h b/src/ipaddr/ng_ipaddr.h
index 799aa88f..f8409de9 100644
--- a/src/ipaddr/ng_ipaddr.h
+++ b/src/ipaddr/ng_ipaddr.h
@@ -13,6 +13,7 @@
  */
 
 #include <assert.h>
+#include <string.h>
 #include <sys/socket.h>
 #include <netinet/in.h>