Include stdint.h in dolcon.c as well.
[doldaconnect.git] / 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>