From d33f8b0db913f439a855590a9a8441dd6f58ce53 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sat, 8 Mar 2008 16:03:53 +0100 Subject: [PATCH] Include stdint.h in dolcon.c as well. --- clients/gtk2/dolcon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/gtk2/dolcon.c b/clients/gtk2/dolcon.c index 356fc62..b2392e1 100644 --- a/clients/gtk2/dolcon.c +++ b/clients/gtk2/dolcon.c @@ -41,6 +41,7 @@ #include #include #include +#include #ifdef HAVE_CONFIG_H #include -- 2.11.0