1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

cleanup: include stdlib.h instead of defining NULL in PRCommon.h

This commit is contained in:
Tom Collins
2015-03-14 18:12:09 -07:00
parent 50a6bbc7a6
commit ed70e41229
2 changed files with 1 additions and 3 deletions

View File

@@ -37,6 +37,4 @@
void PRLog(PRLogLevel level, const char *format, ...); void PRLog(PRLogLevel level, const char *format, ...);
void PRSetLastErrorText(const char *format, ...); void PRSetLastErrorText(const char *format, ...);
#define NULL 0
#endif /* PINPROC_PRCOMMON_H */ #endif /* PINPROC_PRCOMMON_H */

View File

@@ -28,7 +28,7 @@
* libpinproc * libpinproc
*/ */
#include <stdlib.h>
#include "PRHardware.h" #include "PRHardware.h"
#include "PRCommon.h" #include "PRCommon.h"