diff --git a/src/PRCommon.h b/src/PRCommon.h index b748acc..8508761 100644 --- a/src/PRCommon.h +++ b/src/PRCommon.h @@ -37,6 +37,4 @@ void PRLog(PRLogLevel level, const char *format, ...); void PRSetLastErrorText(const char *format, ...); -#define NULL 0 - #endif /* PINPROC_PRCOMMON_H */ diff --git a/src/PRHardware.cpp b/src/PRHardware.cpp index 22d8a7e..a721925 100644 --- a/src/PRHardware.cpp +++ b/src/PRHardware.cpp @@ -28,7 +28,7 @@ * libpinproc */ - +#include #include "PRHardware.h" #include "PRCommon.h"