blob: f65415ba1c2ca0b90c211cb6a63c85ed9582d057 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- untar.c.orig 2016-07-26 12:43:54 UTC
+++ untar.c
@@ -48,6 +48,9 @@
*/
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
#ifndef SEEK_SET
# define SEEK_SET 0
#endif
|