summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-02-24 12:55:55 +1100
committerDamien Miller <djm@mindrot.org>2003-02-24 12:55:55 +1100
commit8d8168a255c17ca343865d1ee4962f2cba46b2d8 (patch)
treecbe3a80fcef437e14d3564dbcefff867556467c3 /openbsd-compat/openbsd-compat.h
parentb16f874d89402333aabcc7988de59766934bf83d (diff)
- (djm) Rest of Bug #499: Import a basename() function from OpenBSD libc
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 dcb7ba15b..c3e19b9cb 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openbsd-compat.h,v 1.18 2003/01/07 06:04:18 djm Exp $ */ 1/* $Id: openbsd-compat.h,v 1.19 2003/02/24 01:55:56 djm Exp $ */
2 2
3#ifndef _OPENBSD_H 3#ifndef _OPENBSD_H
4#define _OPENBSD_H 4#define _OPENBSD_H
@@ -6,6 +6,7 @@
6#include "config.h" 6#include "config.h"
7 7
8/* OpenBSD function replacements */ 8/* OpenBSD function replacements */
9#include "basename.h"
9#include "bindresvport.h" 10#include "bindresvport.h"
10#include "getcwd.h" 11#include "getcwd.h"
11#include "realpath.h" 12#include "realpath.h"