]> mj.ucw.cz Git - libucw.git/commitdiff
Include <stdlib.h> to get free().
authorMartin Mares <mj@ucw.cz>
Tue, 6 Jul 2004 10:45:09 +0000 (10:45 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 6 Jul 2004 10:45:09 +0000 (10:45 +0000)
lib/gbuf.h

index c56cb795a8cb834a487d54ed260c94b5c1996e97..c2853ba1198041a5d5463c569730cfaf05635bad 100644 (file)
@@ -9,6 +9,8 @@
  *     GBUF_PREFIX(x)  add a name prefix to all global symbols
  */
 
+#include <stdlib.h>
+
 #define        BUF_T   GBUF_PREFIX(t)
 
 typedef struct