]> git.dolda2000.com Git - doldaconnect.git/commitdiff
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 356fc62dbc57c8b66ab3521e483acc0c35b463e7..b2392e1bce9601d02d87de8570de91b5724694d7 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>