aboutsummaryrefslogtreecommitdiff
path: root/src/tar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tar.h')
-rw-r--r--src/tar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tar.h b/src/tar.h
index ab68566..a91a344 100644
--- a/src/tar.h
+++ b/src/tar.h
@@ -1,6 +1,8 @@
#ifndef TAR_H
#define TAR_H
+#include "common.h"
+
void extract(const struct MemoryStruct* tar, const char* outputdir);
#endif \ No newline at end of file