svn commit: branches/busybox_scratch/include

aldot at busybox.net aldot at busybox.net
Sun Aug 20 10:44:02 UTC 2006


Author: aldot
Date: 2006-08-20 03:44:02 -0700 (Sun, 20 Aug 2006)
New Revision: 15831

Log:
- dmalloc.h needs to be last!


Modified:
   branches/busybox_scratch/include/libbb.h


Changeset:
Modified: branches/busybox_scratch/include/libbb.h
===================================================================
--- branches/busybox_scratch/include/libbb.h	2006-08-20 10:42:56 UTC (rev 15830)
+++ branches/busybox_scratch/include/libbb.h	2006-08-20 10:44:02 UTC (rev 15831)
@@ -51,10 +51,6 @@
 #define  PATH_MAX         256
 #endif
 
-#ifdef DMALLOC
-#include <dmalloc.h>
-#endif
-
 /* Some useful definitions */
 #undef FALSE
 #define FALSE   ((int) 0)
@@ -551,4 +547,8 @@
 
 extern const char BB_BANNER[];
 
+#ifdef DMALLOC
+#include <dmalloc.h>
+#endif
+
 #endif /* __LIBBUSYBOX_H__ */




More information about the busybox-cvs mailing list