Browse Source

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>



git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@541 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
f8ec205857
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/parkinglot/parkinglot.cc

+ 1 - 0
src/bin/parkinglot/parkinglot.cc

@@ -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>