git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408c28f
)
python: Include <config.h>.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 2 Nov 2011 18:19:15 +0000
(18:19 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 9 Nov 2011 22:11:32 +0000
(22:11 +0000)
Ooops ...
(cherry picked from commit
25454b83082a4cfed4f1664d2f9cdfcb222ba7c2
)
generator/generator_python.ml
patch
|
blob
|
history
diff --git
a/generator/generator_python.ml
b/generator/generator_python.ml
index
48dd24f
..
3c35a91
100644
(file)
--- a/
generator/generator_python.ml
+++ b/
generator/generator_python.ml
@@
-35,6
+35,8
@@
let rec generate_python_c () =
generate_header CStyle LGPLv2plus;
pr "\
+#include <config.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>