Make sure stdlib.h is always included before dmalloc.h to avoid problems

parsing problems.
This commit is contained in:
Manuel Novoa III 2004-02-05 14:45:58 +00:00
parent d07cf59a98
commit 68474f3b36
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/stat.h>
#include <sys/types.h>

View File

@ -25,6 +25,7 @@
#define __LIBCONFIG_H__ 1
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/stat.h>
#include <sys/types.h>