forked from Imagelibrary/rtems
added include of unistd.h to eliminate warning for no prototype for write().
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#define MAX_COL 80
|
#define MAX_COL 80
|
||||||
#define MAX_ROW 50
|
#define MAX_ROW 50
|
||||||
|
|||||||
Reference in New Issue
Block a user