From 9a40a8eeeccccdc98df0f86487fe15042d18a127 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Thu, 4 Dec 2014 21:44:44 +0200 Subject: [PATCH] Fixed compilation under g++-4.7. --- poller.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/poller.c b/poller.c index c078b1c..15b0178 100644 --- a/poller.c +++ b/poller.c @@ -5,6 +5,8 @@ * */ +#define __STDC_FORMAT_MACROS // Required for format specifiers +#include #include #include "config.h"