Added include of <sys/select.h> in attempt to remove compilation warning.

This commit is contained in:
Joel Sherrill
1999-10-28 14:59:35 +00:00
parent be22768407
commit b8d9f41f4a
2 changed files with 8 additions and 0 deletions

View File

@@ -18,6 +18,10 @@
#include <stdlib.h>
#include <unistd.h>
#if __rtems__
#include <sys/select.h>
#endif
#include "uemf.h"
/*********************************** Defines **********************************/

View File

@@ -18,6 +18,10 @@
#include <stdlib.h>
#include <unistd.h>
#if __rtems__
#include <sys/select.h>
#endif
#include "uemf.h"
/*********************************** Defines **********************************/