forked from Imagelibrary/rtems
Added include of <sys/select.h> in attempt to remove compilation warning.
This commit is contained in:
@@ -18,6 +18,10 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#if __rtems__
|
||||||
|
#include <sys/select.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "uemf.h"
|
#include "uemf.h"
|
||||||
|
|
||||||
/*********************************** Defines **********************************/
|
/*********************************** Defines **********************************/
|
||||||
|
|||||||
@@ -18,6 +18,10 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#if __rtems__
|
||||||
|
#include <sys/select.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "uemf.h"
|
#include "uemf.h"
|
||||||
|
|
||||||
/*********************************** Defines **********************************/
|
/*********************************** Defines **********************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user