forked from github/server
fix linux build, missing include
This commit is contained in:
parent
337aca9b3c
commit
f2b2dc2063
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue