diff options
author | mjn3 <mjn3@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-05 14:45:58 +0000 |
---|---|---|
committer | mjn3 <mjn3@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-05 14:45:58 +0000 |
commit | c79ee50e2eac2acab812600eb96ddb3ccd628cc8 (patch) | |
tree | ae4e94710f05a54b976e25b850884a6a207b8b35 /include/busybox.h | |
parent | 3adf131a4bb32315a13a27759b3fca97fbdbe3b9 (diff) | |
download | busybox-w32-c79ee50e2eac2acab812600eb96ddb3ccd628cc8.tar.gz busybox-w32-c79ee50e2eac2acab812600eb96ddb3ccd628cc8.tar.bz2 busybox-w32-c79ee50e2eac2acab812600eb96ddb3ccd628cc8.zip |
Make sure stdlib.h is always included before dmalloc.h to avoid problems
parsing problems.
git-svn-id: svn://busybox.net/trunk/busybox@8412 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h index 28ea2530f..ba4edcaba 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -27,6 +27,7 @@ | |||
27 | #include "config.h" | 27 | #include "config.h" |
28 | 28 | ||
29 | #include <stdio.h> | 29 | #include <stdio.h> |
30 | #include <stdlib.h> | ||
30 | #include <stdarg.h> | 31 | #include <stdarg.h> |
31 | #include <sys/stat.h> | 32 | #include <sys/stat.h> |
32 | #include <sys/types.h> | 33 | #include <sys/types.h> |