add #ifdef

SVN revision: 853
This commit is contained in:
Carsten Haitzler 1999-10-18 17:49:21 +00:00
parent d88fa985ba
commit ae9b605c05
1 changed files with 2 additions and 0 deletions

View File

@ -22,7 +22,9 @@
*/
#include "E.h"
#include <sys/time.h>
#ifdef __EMX__
#include <io.h> /* for select() in EMX */
#endif
#include <sys/types.h>
#include <unistd.h>