aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/flate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/flate.cc')
-rw-r--r--libtests/flate.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libtests/flate.cc b/libtests/flate.cc
index 0b5b8977..b6059a21 100644
--- a/libtests/flate.cc
+++ b/libtests/flate.cc
@@ -5,6 +5,8 @@
#include <iostream>
#include <errno.h>
+#include <string.h>
+#include <stdlib.h>
FILE* safe_fopen(char const* filename, char const* mode)
{