Include stdint.h in dolcon.c as well.
authorFredrik Tolf <fredrik@dolda2000.com>
Sat, 8 Mar 2008 15:03:53 +0000 (16:03 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Sat, 8 Mar 2008 15:03:53 +0000 (16:03 +0100)
clients/gtk2/dolcon.c

index 356fc62..b2392e1 100644 (file)
@@ -41,6 +41,7 @@
 #include <pwd.h>
 #include <locale.h>
 #include <assert.h>
+#include <stdint.h>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>