]> git.cworth.org Git - gzip/blobdiff - lib/exitfail.c
Imported Debian patch 1.3.12-1
[gzip] / lib / exitfail.c
index 97abc674ecb10a6168080f5985aa03fad802dfa1..373d325c5ad732230eb91622476705a0808df919 100644 (file)
@@ -1,6 +1,6 @@
 /* Failure exit status
 
-   Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -20,6 +20,7 @@
 #include <config.h>
 
 #include "exitfail.h"
-#include "exit.h"
+
+#include <stdlib.h>
 
 int volatile exit_failure = EXIT_FAILURE;