[svn] commit: r541 - /branches/parkinglot/src/bin/parkinglot/parkinglot.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 27 00:04:06 UTC 2010


Author: jreed
Date: Wed Jan 27 00:04:05 2010
New Revision: 541

Log:
jinmei: DNS msg API now doesn't rely on socket API.  so the app
should include necessary .h's explicitly.

so:
#include <netinet/in.h>


Modified:
    branches/parkinglot/src/bin/parkinglot/parkinglot.cc

Modified: branches/parkinglot/src/bin/parkinglot/parkinglot.cc
==============================================================================
--- branches/parkinglot/src/bin/parkinglot/parkinglot.cc (original)
+++ branches/parkinglot/src/bin/parkinglot/parkinglot.cc Wed Jan 27 00:04:05 2010
@@ -17,6 +17,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/select.h>
+#include <netinet/in.h>
 #include <netdb.h>
 #include <stdlib.h>
 




More information about the bind10-changes mailing list