summaryrefslogtreecommitdiff
path: root/paxlib
diff options
context:
space:
mode:
Diffstat (limited to 'paxlib')
-rw-r--r--paxlib/error.c2
-rw-r--r--paxlib/exit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/paxlib/error.c b/paxlib/error.c
index aebdda3..b609b27 100644
--- a/paxlib/error.c
+++ b/paxlib/error.c
@@ -17,7 +17,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <system.h>
-#include <paxerror.h>
+#include <paxlib.h>
/* Decode MODE from its binary form in a stat structure, and encode it
into a 9-byte string STRING, terminated with a NUL. */
diff --git a/paxlib/exit.c b/paxlib/exit.c
index e0e9345..b0824f0 100644
--- a/paxlib/exit.c
+++ b/paxlib/exit.c
@@ -17,7 +17,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <system.h>
-#include <paxerror.h>
+#include <paxlib.h>
int exit_status;