--- Democracy-0.9.6.orig/platform/gtk-x11/setup.py 2007-06-04 23:37:54.000000000 +0200 +++ Democracy-0.9.6/platform/gtk-x11/setup.py 2007-06-06 14:08:14.000000000 +0200 @@ -207,7 +207,7 @@ if mozIncludeBase is None: raise ValueError("Can't find mozilla include base directory") for subdir in ['dom', 'gfx', 'widget', 'commandhandler', 'uriloader', - 'webbrwsr']: + 'webbrwsr', 'necko']: path = os.path.join(mozIncludeBase, subdir) mozilla_browser_options['include_dirs'].append(path)