Fixed compilation under g++-4.7.

This commit is contained in:
Rolf Ahrenberg 2014-12-04 21:44:44 +02:00
parent 0668fb7a15
commit 9a40a8eeec
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
*
*/
#define __STDC_FORMAT_MACROS // Required for format specifiers
#include <inttypes.h>
#include <sys/epoll.h>
#include "config.h"