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
|
#endif
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#ifdef HAVE_BLF_H
|
||||||
#include <blf.h>
|
#include <blf.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#undef inline
|
#undef inline
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
|
|
Loading…
Reference in New Issue