- (config*, FAQ, README, agent/mibgroup/*.c, apps/*.c):
  - Patch from David Paul Zimmerman:
    - port to AIX 4.1.5.
    - fix more type casting problems.


git-svn-id: file:///home/hardaker/lib/sf-bkups/net-snmp-convert-svnrepo/trunk@932 06827809-a52a-0410-b366-d66718629ded
diff --git a/agent/snmpd.c b/agent/snmpd.c
index 01d7f73..2e98e39 100644
--- a/agent/snmpd.c
+++ b/agent/snmpd.c
@@ -55,6 +55,9 @@
 #  include <time.h>
 # endif
 #endif
+#if HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
 #include <sys/socket.h>
 #include <net/if.h>
 #if HAVE_SYS_IOCTL_H