commit | dab2d5d69703d203a4e011c31b1673066ab1dfc1 | [log] [tgz] |
---|---|---|
author | Dieter Baron <dillo@nih.at> | Fri Jun 18 15:07:51 2021 +0200 |
committer | Dieter Baron <dillo@nih.at> | Fri Jun 18 15:07:56 2021 +0200 |
tree | 983d8a7f4dabf860fdd8652c027c00bac201fe42 | |
parent | d075b2d575f446e129e3ce4caa374e0b3fac5718 [diff] |
Include required header files.
diff --git a/regress/liboverride-test.c b/regress/liboverride-test.c index e431af4..29e4780 100644 --- a/regress/liboverride-test.c +++ b/regress/liboverride-test.c
@@ -32,7 +32,9 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <stdio.h> #include <stdlib.h> +#include <string.h> #ifdef _WIN32 int main(int argc, const char *argv[]) { @@ -46,7 +48,6 @@ #include <errno.h> #include <unistd.h> -#include <string.h> #include "zip.h"