소스 검색

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

Eric Stanley 13 년 전
부모
커밋
c279706436
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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