aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/utils.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-07 17:06:33 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-07 17:06:33 +0000
commit4ea1c9335e488e710bde75efb6f5d5991c837dd1 (patch)
tree3498aa03c6a3b45910f8fa388fd487e14de9fd1d /include/asterisk/utils.h
parent09f0067d06d3e7fd26e01d048ab59ce5f52c0c6e (diff)
header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (bug #4484)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5876 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/utils.h')
-rwxr-xr-xinclude/asterisk/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index 443908578..5b2001a6d 100755
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -17,6 +17,7 @@
#endif
#include <netinet/in.h>
+#include <arpa/inet.h> /* we want to override inet_ntoa */
#include <netdb.h>
#include <pthread.h>
#include <limits.h>