diff options
author | rbuj <[email protected]> | 2021-10-28 15:41:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-02-19 23:36:49 +0100 |
commit | 3841c753e3f103c7164e9eaf2d6b96d7c644209b (patch) | |
tree | c013ef628a7db8db64dcba27fb645db55fd2fa48 /open-terminal | |
parent | 4f9cb39dce8c207bdb8cd5b94d14d627109608af (diff) | |
download | caja-extensions-3841c753e3f103c7164e9eaf2d6b96d7c644209b.tar.bz2 caja-extensions-3841c753e3f103c7164e9eaf2d6b96d7c644209b.tar.xz |
Fix build warning -Wmissing-prototypes
Diffstat (limited to 'open-terminal')
-rw-r--r-- | open-terminal/open-terminal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/open-terminal/open-terminal.c b/open-terminal/open-terminal.c index 600a8dd..d478958 100644 --- a/open-terminal/open-terminal.c +++ b/open-terminal/open-terminal.c @@ -27,6 +27,8 @@ #include <glib/gi18n-lib.h> +#include <libcaja-extension/caja-extension-types.h> + #include "caja-open-terminal.h" static GType type_list[1]; |