Skip to content

Commit

Permalink
fixes #55
Browse files Browse the repository at this point in the history
  • Loading branch information
wookietreiber committed Nov 5, 2015
1 parent 7fb07ef commit c8f14d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pixz.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#if HAVE_CONFIG_H
# include <config.h>
#endif

#include "pixz.h"
#include <errno.h>
#include <fcntl.h>
Expand Down
4 changes: 4 additions & 0 deletions src/pixz.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#if HAVE_CONFIG_H
# include <config.h>
#endif

#include <lzma.h>

#define __USE_LARGEFILE 1
Expand Down

0 comments on commit c8f14d0

Please sign in to comment.