This file needs <stdlib.h>
authorH. Peter Anvin <hpa@zytor.com>
Sun, 26 May 2002 23:45:30 +0000 (23:45 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 26 May 2002 23:45:30 +0000 (23:45 +0000)
rdoff/rdflib.c

index 1f19913..cdbc20a 100644 (file)
@@ -23,6 +23,7 @@
  * content size, followed by data.
  */
 
+#include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>
 #include <string.h>