diff options
Diffstat (limited to 'src/tar.h')
-rw-r--r-- | src/tar.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |