Author: Alex Badea <vampire@p16.pub.ro>
authorAlex Badea <vamposdecampos@gmail.com>
Tue, 17 Jun 2003 20:12:00 +0000 (20:12 +0000)
committerAlex Badea <vamposdecampos@gmail.com>
Tue, 17 Jun 2003 20:12:00 +0000 (20:12 +0000)
Log message:

Added a missing include.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@951 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/res_adns.c

index 8dbe52a2a93b309abd81b6b647535cf0924b8653..7fe948758481285c95c05f76a04c4ea350b985f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-17  Alex Badea  <vampire@p16.pub.ro>
+
+       * ircd/res_adns.c: included sys/types.h, for non-Linux
+       headers
+
 2003-03-06  Kevin L. Mitchell  <klmitch@mit.edu>
 
        * libs/dbprim: database primitives library, including
index 1692c1875a918c924be1013aa29a3cb736b2f8e0..cf0d68b86e0a00711bccc6e3988663e5dd0ffccb 100644 (file)
@@ -38,6 +38,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <sys/time.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <fcntl.h>
 #include <unistd.h>