diff options
| author | Arslaan Pathan <[email protected]> | 2026-04-11 20:34:39 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-04-11 20:34:39 +1200 |
| commit | 082ffb7c0e1985e2f0e5165b130dd0a809bd83df (patch) | |
| tree | 530d53bdc659e7cdc3e15b5389da6d358c7490d7 /config.def.h | |
| parent | 806bc568ad3b650fe056e48f694c46d4b3e284cd (diff) | |
| download | cinnamon-browser-082ffb7c0e1985e2f0e5165b130dd0a809bd83df.tar.xz cinnamon-browser-082ffb7c0e1985e2f0e5165b130dd0a809bd83df.zip | |
include stdio to be sure printf works
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 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); |
