Browse Source

Added include file so IPv6 support compiles on AIX 5.3 and 6.1

Eric Stanley 12 years ago
parent
commit
c279706436
1 changed files with 1 additions and 3 deletions
  1. 1 3
      include/common.h

+ 1 - 3
include/common.h

@@ -83,9 +83,7 @@ typedef struct packet_struct{
 
 #elif _AIX
 
-/*#  ifndef LOG_AUTHPRIV
-#    define LOG_AUTHPRIV LOG_AUTH
-#  endif */
+#  include <sys/select.h>
 
 #  ifndef LOG_FTP
 #    define LOG_FTP LOG_DAEMON