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 /main.c | |
| parent | 806bc568ad3b650fe056e48f694c46d4b3e284cd (diff) | |
| download | cinnamon-browser-082ffb7c0e1985e2f0e5165b130dd0a809bd83df.tar.xz cinnamon-browser-082ffb7c0e1985e2f0e5165b130dd0a809bd83df.zip | |
include stdio to be sure printf works
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |
