From f945525047ca6dff44f4eb947d0238e259a436e8 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sat, 8 Mar 2008 15:52:14 +0100 Subject: [PATCH] Included stdint.h in files that use intmax_t. --- daemon/fnet-dc.c | 1 + daemon/transfer.c | 1 + daemon/ui.c | 1 + lib/uilib.c | 1 + 4 files changed, 4 insertions(+) diff --git a/daemon/fnet-dc.c b/daemon/fnet-dc.c index c7d916d..ebfea28 100644 --- a/daemon/fnet-dc.c +++ b/daemon/fnet-dc.c @@ -30,6 +30,7 @@ #include #include #include +#include #ifdef HAVE_CONFIG_H #include diff --git a/daemon/transfer.c b/daemon/transfer.c index d5b03e1..29ad45d 100644 --- a/daemon/transfer.c +++ b/daemon/transfer.c @@ -26,6 +26,7 @@ #include #include #include +#include #ifdef HAVE_CONFIG_H #include diff --git a/daemon/ui.c b/daemon/ui.c index ba99775..9d10fa2 100644 --- a/daemon/ui.c +++ b/daemon/ui.c @@ -34,6 +34,7 @@ #include #include #include +#include #ifdef HAVE_CONFIG_H #include diff --git a/lib/uilib.c b/lib/uilib.c index 1290dd9..dfe414c 100644 --- a/lib/uilib.c +++ b/lib/uilib.c @@ -43,6 +43,7 @@ #include #include #include +#include #ifdef HAVE_RESOLVER #include #include -- 2.11.0