apps/graphics/pdcurs34: Need to include errno.h in one file when PDC_DEBUG is enabled.
This commit is contained in:
parent
dca1a3a01e
commit
611a0e4a79
@ -38,6 +38,8 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "pdcnuttx.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user