summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index 432b183e7..eda9c49eb 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openbsd-compat.h,v 1.35 2006/03/15 11:25:55 dtucker Exp $ */ 1/* $Id: openbsd-compat.h,v 1.36 2006/04/22 11:26:08 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved. 4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -185,6 +185,7 @@ char *shadow_pw(struct passwd *pw);
185#include "bsd-cray.h" 185#include "bsd-cray.h"
186#include "bsd-cygwin_util.h" 186#include "bsd-cygwin_util.h"
187#include "port-irix.h" 187#include "port-irix.h"
188#include "port-linux.h"
188#include "port-aix.h" 189#include "port-aix.h"
189#include "port-uw.h" 190#include "port-uw.h"
190#include "port-tun.h" 191#include "port-tun.h"