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 + 1 file changed, 1 insertion(+) (limited to 'include/busybox.h') 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 -- cgit v1.2.3