missing include errno.h

This commit is contained in:
Enno Rehling 2016-02-12 23:39:19 +01:00
parent 775bbe7ea6
commit 45d09622cb
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <memstream.h>
#include <binarystore.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>