summaryrefslogtreecommitdiff
path: root/inflate.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-03-15 15:45:42 -0700
committerJim Meyering <meyering@fb.com>2016-03-15 16:39:33 -0700
commit30cc4148677e088e8e135936f3c494249c2bf514 (patch)
tree9657abc3fd34b441afe45d8f16f3486b97371dec /inflate.c
parent989eb402f02966e9a4b909958607863c87fa1959 (diff)
downloadgzip-30cc4148677e088e8e135936f3c494249c2bf514.tar.gz
gzip: port to AIX 7.1 + xlc V12.1
* inflate.c, unlzw.c, util.c: Include tailor.h after including any system include file that might in turn include signal.h for the first time, so that SIGPIPE is not #defined to 0 prematurely, which clashes with signal.h's SIGPIPE.
Diffstat (limited to 'inflate.c')
-rw-r--r--inflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inflate.c b/inflate.c
index b9201bb..ff2be7e 100644
--- a/inflate.c
+++ b/inflate.c
@@ -116,10 +116,10 @@
*/
#include <config.h>
-#include "tailor.h"
#include <stdlib.h>
+#include "tailor.h"
#include "gzip.h"
#define slide window