#include <gtk/gtk.h> in generated files

This commit is contained in:
Yevgen Muntyan 2008-08-26 13:35:28 -05:00
parent 58ff88a837
commit 6142bdf2dd

View File

@ -90,6 +90,7 @@ def find_root(dom, root_name):
def write_file(gxml, params, out):
tmpl1 = """\
#include <mooutils/mooglade.h>
#include <gtk/gtk.h>
const char %(glade_xml)s[] =
"""