diff options
Diffstat (limited to 'src/shared/sockhelper.c')
| -rw-r--r-- | src/shared/sockhelper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/sockhelper.c b/src/shared/sockhelper.c index 0aad1a3..08d73fc 100644 --- a/src/shared/sockhelper.c +++ b/src/shared/sockhelper.c @@ -13,6 +13,8 @@ #define MAXLISTEN 20 +#include <dnbd3/afl.h> + struct _poll_list { int count; struct pollfd entry[MAXLISTEN]; |
