From 3a1fcf98b094840ea71abce92ec72328453dd733 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 1 Apr 2012 04:58:28 +0200 Subject: Add missing includes that didn't throw errors with clang --- src/fastd.h | 1 + src/printf.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/fastd.h b/src/fastd.h index e9d30a0..8a14f11 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include diff --git a/src/printf.c b/src/printf.c index ea2e08e..53298bf 100644 --- a/src/printf.c +++ b/src/printf.c @@ -28,6 +28,7 @@ #include "peer.h" #include +#include static void print_peer_str(const fastd_context *ctx, const fastd_peer *peer) { -- cgit v1.2.3