mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
faf6415170
commit
c4b62beb1e
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue