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 PRSetLastErrorText(const char *format, ...);
#define NULL 0
#endif /* PINPROC_PRCOMMON_H */