summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authordjm <djm>2006-08-30 17:24:41 +0000
committerdjm <djm>2006-08-30 17:24:41 +0000
commitcafef016e3a3daff912be40996f8018dc8b75d63 (patch)
tree6aa49eb1577062dd201155e90f99f2cd37311ef3 /includes.h
parentaadf5d4f565f21b2f62027fb57834c39368c8370 (diff)
downloadopenssh-cafef016e3a3daff912be40996f8018dc8b75d63.tar.gz
- (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ]
[platform.c platform.h sshd.c openbsd-compat/Makefile.in] [openbsd-compat/openbsd-compat.h openbsd-compat/port-solaris.c] [openbsd-compat/port-solaris.h] Add support for Solaris process contracts, enabled with --use-solaris-contracts. Patch from Chad Mynhier, tweaked by dtucker@ and myself; ok dtucker@
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index 8e600567..03665a3d 100644
--- a/includes.h
+++ b/includes.h
@@ -160,6 +160,7 @@
#include "defines.h"
+#include "platform.h"
#include "openbsd-compat/openbsd-compat.h"
#include "openbsd-compat/bsd-nextstep.h"