forked from github/server
missing include errno.h
This commit is contained in:
parent
775bbe7ea6
commit
45d09622cb
|
@ -8,6 +8,7 @@
|
|||
#include <memstream.h>
|
||||
#include <binarystore.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue