python: Include <config.h>.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 2 Nov 2011 18:19:15 +0000 (18:19 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 9 Nov 2011 22:05:25 +0000 (22:05 +0000)
Ooops ...
(cherry picked from commit 25454b83082a4cfed4f1664d2f9cdfcb222ba7c2)

generator/generator_python.ml

index c8448aa..10a4eca 100644 (file)
@@ -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>