Quellcode durchsuchen

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

Eric Stanley vor 13 Jahren
Ursprung
Commit
c279706436
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  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