mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-01 01:36:11 +08:00
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
Block a user