]> git.sesse.net Git - fjl/commitdiff
Fix a missing #include.
authorSteinar H. Gunderson <sesse@debian.org>
Sat, 3 Jan 2009 13:07:57 +0000 (14:07 +0100)
committerSteinar H. Gunderson <sesse@debian.org>
Sat, 3 Jan 2009 13:07:57 +0000 (14:07 +0100)
bytesource.c

index ca260a1f8756ab5924531fd41c0e245176bc4373..c5e0ed88b1b0fd464e7ceb0849d0f78c98a11aad 100644 (file)
@@ -1,4 +1,5 @@
 #include <stdbool.h>
 #include <stdbool.h>
+#include <stdlib.h>
 #include <string.h>
 #include <assert.h>
 
 #include <string.h>
 #include <assert.h>