- (dtucker) [mux.c] Include paths.h inside ifdef HAVE_PATHS_H.

This commit is contained in:
Darren Tucker 2008-06-07 06:25:15 +10:00
parent 58ea61ba2a
commit ce38d8234d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
20080607
- (dtucker) [mux.c] Include paths.h inside ifdef HAVE_PATHS_H.
20080604
- (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias
in arc4random_uniform with upper_bound in (2^30,2*31). Note that
@ -4028,4 +4031,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4936 2008/06/04 00:54:00 djm Exp $
$Id: ChangeLog,v 1.4937 2008/06/06 20:25:15 dtucker Exp $

2
mux.c
View File

@ -34,7 +34,9 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif
#ifdef HAVE_UTIL_H
# include <util.h>