diff options
| author | Patrick Monnerat <[email protected]> | 2020-01-29 17:07:54 +0100 |
|---|---|---|
| committer | monsta <[email protected]> | 2020-02-17 11:36:14 +0300 |
| commit | 71d6d42e971fd9d15e896209fffbc062b467409b (patch) | |
| tree | 929d0e70d9d812f7d0da79dd7cb7f3d7ea34d262 /src/caja-python-object.c | |
| parent | eb768a00668092ab400cb23ee749b3c83adb8e8b (diff) | |
| download | python-caja-71d6d42e971fd9d15e896209fffbc062b467409b.tar.bz2 python-caja-71d6d42e971fd9d15e896209fffbc062b467409b.tar.xz | |
Get rid of commons
See https://gcc.gnu.org/gcc-10/porting_to.html#common
Diffstat (limited to 'src/caja-python-object.c')
| -rw-r--r-- | src/caja-python-object.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/caja-python-object.c b/src/caja-python-object.c index e2bdf85..28a9522 100644 --- a/src/caja-python-object.c +++ b/src/caja-python-object.c @@ -22,6 +22,8 @@ #include <config.h> +#define NO_IMPORT + #include "caja-python-object.h" #include "caja-python.h" |
