View | Details | Raw Unified | Return to bug 497
Collapse All | Expand All

(-)includes.h (-2 lines)
Lines 167-174 static /**/const char *const rcsid[] = { Link Here
167
167
168
#include "version.h"
168
#include "version.h"
169
#include "openbsd-compat/openbsd-compat.h"
169
#include "openbsd-compat/openbsd-compat.h"
170
#include "openbsd-compat/bsd-cygwin_util.h"
171
#include "openbsd-compat/bsd-nextstep.h"
172
170
173
#include "entropy.h"
171
#include "entropy.h"
174
172
(-)openbsd-compat/openbsd-compat.h (+2 lines)
Lines 42-47 Link Here
42
42
43
/* Routines for a single OS platform */
43
/* Routines for a single OS platform */
44
#include "bsd-cray.h"
44
#include "bsd-cray.h"
45
#include "bsd-cygwin_util.h"
46
#include "bsd-nextstep.h"
45
#include "port-irix.h"
47
#include "port-irix.h"
46
#include "port-aix.h"
48
#include "port-aix.h"
47
49

Return to bug 497