From 68474f3b36902ecd903a2d26c06a3d18f3f4bdc5 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 5 Feb 2004 14:45:58 +0000 Subject: Make sure stdlib.h is always included before dmalloc.h to avoid problems parsing problems. --- include/busybox.h | 1 + include/libbb.h | 1 + 2 files changed, 2 insertions(+) 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 @@ #include "config.h" #include +#include #include #include #include diff --git a/include/libbb.h b/include/libbb.h index 86e4fbea7..15e3e49cf 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -25,6 +25,7 @@ #define __LIBCONFIG_H__ 1 #include +#include #include #include #include -- cgit v1.2.3