Update of /cvsroot/blob/blob/include/blob
In directory usw-pr-cvs1:/tmp/cvs-serv22349/include/blob
Modified Files:
types.h
Log Message:
Solve the problems with utils/mkparamblock/ and utils/test/ in such a
way that we still can take advantage of autoconf+automake.
Index: types.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/types.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- types.h 13 Feb 2002 00:02:30 -0000 1.4
+++ types.h 25 May 2002 17:09:57 -0000 1.5
@@ -44,6 +44,8 @@
#ifndef USE_BLOB_TOGETHER_WITH_LIBC
typedef u32 size_t;
+#else
+#include <stdlib.h>
#endif
/* number of nibbles in a word */
|