svn commit: trunk/busybox/include

vda at busybox.net vda at busybox.net
Sun Mar 18 20:33:27 UTC 2007


Author: vda
Date: 2007-03-18 13:33:26 -0700 (Sun, 18 Mar 2007)
New Revision: 18146

Log:
include <stddef.h> so that ptrdiff_t is again available


Modified:
   trunk/busybox/include/libbb.h


Changeset:
Modified: trunk/busybox/include/libbb.h
===================================================================
--- trunk/busybox/include/libbb.h	2007-03-18 18:21:44 UTC (rev 18145)
+++ trunk/busybox/include/libbb.h	2007-03-18 20:33:26 UTC (rev 18146)
@@ -23,6 +23,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
+#include <stddef.h>
 #include <string.h>
 #include <strings.h>
 #include <sys/ioctl.h>




More information about the busybox-cvs mailing list