diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-04-01 04:58:28 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-04-01 04:58:28 +0200 |
commit | 3a1fcf98b094840ea71abce92ec72328453dd733 (patch) | |
tree | 54d1103a208a3e053a2649bf5f9884f9afa32403 /src/printf.c | |
parent | 62e83851acefebd69a2ebf4e1963660537d2152c (diff) | |
download | fastd-3a1fcf98b094840ea71abce92ec72328453dd733.tar fastd-3a1fcf98b094840ea71abce92ec72328453dd733.zip |
Add missing includes that didn't throw errors with clang
Diffstat (limited to 'src/printf.c')
-rw-r--r-- | src/printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <arpa/inet.h> +#include <stdarg.h> static void print_peer_str(const fastd_context *ctx, const fastd_peer *peer) { |