projects
/
fjl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
18fc98f
)
Fix a missing #include.
author
Steinar H. Gunderson
<sesse@debian.org>
Sat, 3 Jan 2009 13:07:57 +0000
(14:07 +0100)
committer
Steinar H. Gunderson
<sesse@debian.org>
Sat, 3 Jan 2009 13:07:57 +0000
(14:07 +0100)
bytesource.c
patch
|
blob
|
history
diff --git
a/bytesource.c
b/bytesource.c
index ca260a1f8756ab5924531fd41c0e245176bc4373..c5e0ed88b1b0fd464e7ceb0849d0f78c98a11aad 100644
(file)
--- a/
bytesource.c
+++ b/
bytesource.c
@@
-1,4
+1,5
@@
#include <stdbool.h>
+#include <stdlib.h>
#include <string.h>
#include <assert.h>