fix linux build, missing include

This commit is contained in:
Enno Rehling 2015-09-09 16:48:24 +02:00
parent 337aca9b3c
commit f2b2dc2063
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <quicklist.h> #include <quicklist.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
typedef struct transfer { typedef struct transfer {
struct region *r; struct region *r;