Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130140
Collapse All | Expand All

(-)gnome-python-2.12.3/bonobo/activationmodule.c (+1 lines)
Lines 23-28 Link Here
23
#include <sysmodule.h>
23
#include <sysmodule.h>
24
24
25
#include <signal.h>
25
#include <signal.h>
26
#include <bits/sigaction.h>
26
27
27
#include <bonobo-activation/bonobo-activation.h>
28
#include <bonobo-activation/bonobo-activation.h>
28
#include <pyorbit.h>
29
#include <pyorbit.h>
(-)gnome-python-2.12.3/bonobo/bonobomodule.c (+1 lines)
Lines 4-9 Link Here
4
#endif
4
#endif
5
#include <Python.h>
5
#include <Python.h>
6
#include <signal.h>
6
#include <signal.h>
7
#include <bits/sigaction.h>
7
8
8
#include <pygobject.h>
9
#include <pygobject.h>
9
#include <bonobo/bonobo-main.h>
10
#include <bonobo/bonobo-main.h>
(-)gnome-python-2.12.3/gnome/gnome.override (+1 lines)
Lines 5-10 Link Here
5
5
6
#include <signal.h>
6
#include <signal.h>
7
#include <locale.h>
7
#include <locale.h>
8
#include <bits/sigaction.h>
8
9
9
#define NO_IMPORT_PYGOBJECT
10
#define NO_IMPORT_PYGOBJECT
10
#include "pygobject.h"
11
#include "pygobject.h"

Return to bug 130140