]> www.dolda2000.com Git - doldaconnect.git/commitdiff
Included stdint.h in files that use intmax_t.
authorFredrik Tolf <fredrik@dolda2000.com>
Sat, 8 Mar 2008 14:52:14 +0000 (15:52 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Sat, 8 Mar 2008 14:52:14 +0000 (15:52 +0100)
daemon/fnet-dc.c
daemon/transfer.c
daemon/ui.c
lib/uilib.c

index c7d916deb5ffc6e9eb190543da3d3251c58fe329..ebfea28d830ecb119510c6214f205cd654662ad2 100644 (file)
@@ -30,6 +30,7 @@
 #include <bzlib.h>
 #include <zlib.h>
 #include <sys/stat.h>
+#include <stdint.h>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index d5b03e12bc4d47dbe0327d737b5244920903666e..29ad45d22ea580fcf4bb7f8303c3e53114d507ba 100644 (file)
@@ -26,6 +26,7 @@
 #include <grp.h>
 #include <errno.h>
 #include <sys/wait.h>
+#include <stdint.h>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index ba9977571a1cca9515799d2f718e8c7ff96e7271..9d10fa2a8792a2dcd9a90b5b6e55f2be1a7c3057 100644 (file)
@@ -34,6 +34,7 @@
 #include <time.h>
 #include <fcntl.h>
 #include <signal.h>
+#include <stdint.h>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index 1290dd95e0ea4ab63d15a4ad3fa1293982903a64..dfe414c45d47dd512769d5a0e6ddcb25807778f4 100644 (file)
@@ -43,6 +43,7 @@
 #include <netdb.h>
 #include <sys/poll.h>
 #include <pwd.h>
+#include <stdint.h>
 #ifdef HAVE_RESOLVER
 #include <arpa/nameser.h>
 #include <resolv.h>