From 093a75c3560c8464d4d4fa2be1ddf43d236a9e9c Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 28 Oct 2021 15:41:58 +0200 Subject: Fix build warning -Wmissing-prototypes --- image-converter/image-converter.c | 2 ++ open-terminal/open-terminal.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/image-converter/image-converter.c b/image-converter/image-converter.c index dba1d24..35a55eb 100644 --- a/image-converter/image-converter.c +++ b/image-converter/image-converter.c @@ -27,6 +27,8 @@ #include +#include + #include "caja-image-converter.h" static GType type_list[1]; 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 +#include + #include "caja-open-terminal.h" static GType type_list[1]; -- cgit v1.2.1