diff options
-rw-r--r-- | openbsd-compat/port-irix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/port-irix.c b/openbsd-compat/port-irix.c index 0eb9ed006..aebffb014 100644 --- a/openbsd-compat/port-irix.c +++ b/openbsd-compat/port-irix.c | |||
@@ -25,8 +25,6 @@ | |||
25 | 25 | ||
26 | #include "includes.h" | 26 | #include "includes.h" |
27 | 27 | ||
28 | #include "log.h" | ||
29 | |||
30 | #if defined(WITH_IRIX_PROJECT) || \ | 28 | #if defined(WITH_IRIX_PROJECT) || \ |
31 | defined(WITH_IRIX_JOBS) || \ | 29 | defined(WITH_IRIX_JOBS) || \ |
32 | defined(WITH_IRIX_ARRAY) | 30 | defined(WITH_IRIX_ARRAY) |
@@ -45,6 +43,8 @@ | |||
45 | # include <sat.h> | 43 | # include <sat.h> |
46 | #endif /* WITH_IRIX_AUDIT */ | 44 | #endif /* WITH_IRIX_AUDIT */ |
47 | 45 | ||
46 | #include "log.h" | ||
47 | |||
48 | void | 48 | void |
49 | irix_setusercontext(struct passwd *pw) | 49 | irix_setusercontext(struct passwd *pw) |
50 | { | 50 | { |