aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-04-11 20:34:39 +1200
committerArslaan Pathan <[email protected]>2026-04-11 20:34:39 +1200
commit082ffb7c0e1985e2f0e5165b130dd0a809bd83df (patch)
tree530d53bdc659e7cdc3e15b5389da6d358c7490d7 /main.c
parent806bc568ad3b650fe056e48f694c46d4b3e284cd (diff)
downloadcinnamon-browser-082ffb7c0e1985e2f0e5165b130dd0a809bd83df.tar.xz
cinnamon-browser-082ffb7c0e1985e2f0e5165b130dd0a809bd83df.zip
include stdio to be sure printf works
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index c59603a..313cb1d 100644
--- a/main.c
+++ b/main.c
@@ -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 {