summaryrefslogtreecommitdiffstats
path: root/misc/gcolor2/callbacks.c.patch
blob: 9364c4c3541ac42925614f35c5759bcfe190a0bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- gcolor2-0.4.orig/src/callbacks.c
+++ gcolor2-0.4/src/callbacks.c
@@ -9,6 +9,9 @@
 #include "interface.h"
 #include "support.h"
 
+/* missing headers on original file */
+#include <string.h>
+#include <glib/gprintf.h>
 
 GtkWidget        *savedialog;
 gchar            *colorname;