2
0
mirror of https://github.com/vasi/pixz synced 2024-10-30 15:21:41 +00:00
This commit is contained in:
Christian Krause 2015-11-05 22:53:18 +01:00
parent 7fb07efef7
commit c8f14d0f06
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,3 @@
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include "pixz.h"
#include <errno.h>
#include <fcntl.h>

View File

@ -1,3 +1,7 @@
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include <lzma.h>
#define __USE_LARGEFILE 1