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 <unistd.h>
|
||||
|
||||
#if __rtems__
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#include "uemf.h"
|
||||
|
||||
/*********************************** Defines **********************************/
|
||||
|
||||
@@ -18,6 +18,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if __rtems__
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#include "uemf.h"
|
||||
|
||||
/*********************************** Defines **********************************/
|
||||
|
||||
Reference in New Issue
Block a user