Include <sys/select.h> if _AIX.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1994-12-07 17:59:27 +00:00
parent faf6415170
commit c4b62beb1e

View file

@ -32,6 +32,10 @@
#include <objects/ConnectedCoder.h>
#include <assert.h>
#if _AIX
#include <sys/select.h>
#endif /* _AIX */
/* Deal with bcopy: */
#if STDC_HEADERS || HAVE_STRING_H
#include <string.h>