Cleanup symbol clashes, stdlib header

This commit is contained in:
Howard Chu
2016-01-04 21:01:22 +00:00
parent 10cc6a8593
commit fcf31f3ff3
2 changed files with 5 additions and 2 deletions

View File

@@ -781,8 +781,11 @@
#endif
#include <assert.h>
#if STDC_HEADERS
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#if STDC_HEADERS
#include <stddef.h>
#endif