Parcourir la source

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

Mukund Sivaraman il y a 13 ans
Parent
commit
1303709492
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 // PERFORMANCE OF THIS SOFTWARE.
 
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/socket.h>
 
 
 #include <exceptions/exceptions.h>
 #include <exceptions/exceptions.h>