--- libaitio/example/bpf.c 2013/06/25 09:08:10 1.1.2.1 +++ libaitio/example/bpf.c 2013/06/25 09:22:10 1.1.2.2 @@ -37,6 +37,8 @@ #include #endif +#include + #ifndef roundup #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) /* to any y */ #endif