apps/graphics/pdcurs34: Need to include errno.h in one file when PDC_DEBUG is enabled.

This commit is contained in:
Gregory Nutt 2017-11-23 08:42:03 -06:00
parent dca1a3a01e
commit 611a0e4a79

View File

@ -38,6 +38,8 @@
****************************************************************************/
#include <sys/ioctl.h>
#include <errno.h>
#include "pdcnuttx.h"
/****************************************************************************