mirror of
https://github.com/vasi/pixz
synced 2024-10-30 15:21:41 +00:00
fixes #55
This commit is contained in:
parent
7fb07efef7
commit
c8f14d0f06
@ -1,7 +1,3 @@
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "pixz.h"
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
@ -1,3 +1,7 @@
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <lzma.h>
|
||||
|
||||
#define __USE_LARGEFILE 1
|
||||
|
Loading…
Reference in New Issue
Block a user