summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/subst.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tar/subst.c')
-rw-r--r--usr.bin/tar/subst.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tar/subst.c b/usr.bin/tar/subst.c
index 44fd87b..a217293 100644
--- a/usr.bin/tar/subst.c
+++ b/usr.bin/tar/subst.c
@@ -28,7 +28,6 @@ __FBSDID("$FreeBSD$");
#if HAVE_REGEX_H
#include "bsdtar.h"
-#include "err.h"
#include <errno.h>
#include <regex.h>
@@ -39,6 +38,8 @@ __FBSDID("$FreeBSD$");
#define REG_BASIC 0
#endif
+#include "err.h"
+
struct subst_rule {
struct subst_rule *next;
regex_t re;
OpenPOWER on IntegriCloud