Browse Source

[master] Add missing include (doesn't compile on OpenBSD otherwise)

Mukund Sivaraman 13 years ago
parent
commit
1303709492
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/acl/ip_check.cc

+ 1 - 0
src/lib/acl/ip_check.cc

@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <sys/types.h>
 #include <sys/socket.h>
 
 #include <exceptions/exceptions.h>