mirror of git://anongit.mindrot.org/openssh.git
Wrap blf.h include in ifdef. From FreeBSD.
This commit is contained in:
parent
d9b9b43656
commit
bb99844aba
|
@ -50,7 +50,9 @@
|
|||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_BLF_H
|
||||
#include <blf.h>
|
||||
#endif
|
||||
|
||||
#undef inline
|
||||
#ifdef __GNUC__
|
||||
|
|
Loading…
Reference in New Issue