[BusyBox-cvs] busybox/include libbb.h,1.119,1.120

Glenn McGrath bug1 at busybox.net
Thu Nov 20 05:26:43 UTC 2003


Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv16511/include

Modified Files:
	libbb.h 
Log Message:
Include stdint.h


Index: libbb.h
===================================================================
RCS file: /var/cvs/busybox/include/libbb.h,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- libbb.h	14 Nov 2003 03:11:24 -0000	1.119
+++ libbb.h	20 Nov 2003 05:26:38 -0000	1.120
@@ -30,6 +30,7 @@
 #include <sys/types.h>
 #include <regex.h>
 #include <termios.h>
+#include <stdint.h>
 
 #include <netdb.h>
 




More information about the busybox-cvs mailing list