diff options
Diffstat (limited to 'bindings/python/common.h')
-rw-r--r-- | bindings/python/common.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bindings/python/common.h b/bindings/python/common.h new file mode 100644 index 0000000..f3267ee --- /dev/null +++ b/bindings/python/common.h @@ -0,0 +1,7 @@ +#ifndef __PY_COMMON_H_ +#define __PY_COMMON_H_ + +#include <pygobject.h> +#include <ibus.h> + +#endif //__PY_COMMON_H_ |