diff options
author | Patrick Monnerat <[email protected]> | 2020-01-29 17:07:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-29 20:31:17 +0100 |
commit | c3ac79c8c6db137c01acc958ed62488e664fd04c (patch) | |
tree | e89543aef61de09b5f04151a7749a5799dc71113 /src/caja-python-object.c | |
parent | 7c4796920d80d04628a12d0b01324e89e34ab576 (diff) | |
download | python-caja-c3ac79c8c6db137c01acc958ed62488e664fd04c.tar.bz2 python-caja-c3ac79c8c6db137c01acc958ed62488e664fd04c.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 8d13c79..e60bfe3 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" |