diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-05-04 10:41:20 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-05-04 10:41:20 +1000 |
commit | 70a08cd29d38d63a8af77fdfe5e5a6fac633039a (patch) | |
tree | f5cbd0e384a51785e307ad76ed61d631f4398add /openbsd-compat | |
parent | 04cc5385b1d9a38ce0f24d40354647117046f9a7 (diff) |
- (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h. Patch from
vinschen@redhat.com.
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index c3e19b9cb..2590e9f75 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: openbsd-compat.h,v 1.19 2003/02/24 01:55:56 djm Exp $ */ | 1 | /* $Id: openbsd-compat.h,v 1.20 2003/05/04 00:41:20 dtucker Exp $ */ |
2 | 2 | ||
3 | #ifndef _OPENBSD_H | 3 | #ifndef _OPENBSD_H |
4 | #define _OPENBSD_H | 4 | #define _OPENBSD_H |
@@ -43,6 +43,7 @@ | |||
43 | 43 | ||
44 | /* Routines for a single OS platform */ | 44 | /* Routines for a single OS platform */ |
45 | #include "bsd-cray.h" | 45 | #include "bsd-cray.h" |
46 | #include "bsd-cygwin_util.h" | ||
46 | #include "port-irix.h" | 47 | #include "port-irix.h" |
47 | #include "port-aix.h" | 48 | #include "port-aix.h" |
48 | 49 | ||