mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
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…
x
Reference in New Issue
Block a user