diff options
| -rw-r--r-- | config.def.h | 1 | ||||
| -rw-r--r-- | main.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 505d064..12eeaaa 100644 --- a/config.def.h +++ b/config.def.h @@ -6,6 +6,7 @@ #include <webkit2/webkit2.h> #include <gtk/gtk.h> +#include <stdio.h> /* forward declarations from main.c */ extern void tabopen(Cinnamon* cinnamon); @@ -4,6 +4,7 @@ This software is licensed under the ARPL. See LICENSE for details. */ #include <webkit2/webkit2.h> #include <gtk/gtk.h> +#include <stdio.h> /* forward declare BEFORE including config.h so that config.h can reference them */ typedef struct { |
