Module: sip-router
Branch: master
Commit: ee928f8229dffdcb2d980e6ca192a9a7778e893b
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee928f8229dffdcb2d980e6ca192a9a7778e893b

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date:   Mon Apr 22 18:10:38 2013 +0200

core: include <netinet/in.h> in new dns_func.c file to fix compilation of 
freebsd

- patch by Victor V. Kustov

---

 dns_func.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dns_func.c b/dns_func.c
index 6eedf0d..e744688 100644
--- a/dns_func.c
+++ b/dns_func.c
@@ -27,7 +27,7 @@
 
 #include "dns_func.h"
 
-
+#include <netinet/in.h>
 #include <resolv.h>
 #include <sys/types.h>
 #include <netdb.h>


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to