aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/untar/files/patch-untar.c
blob: 760b6819c7a1752184e42f7981de17a556267c98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- untar.c.old 2010-03-19 22:39:55.000000000 +0100
+++ untar.c 2010-03-19 22:36:01.000000000 +0100
@@ -48,6 +48,9 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
 #ifndef SEEK_SET
 # define SEEK_SET 0
 #endif