1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/security/pgp6/files/patch-aj

16 lines
347 B
Plaintext
Raw Normal View History

*** libs/pgpcdk/pub/include/pgpSockets.h 2000/01/26 03:10:46 1.1.1.1
--- libs/pgpcdk/pub/include/pgpSockets.h 2000/01/26 03:13:58 1.1.1.2
***************
*** 30,35 ****
--- 30,39 ----
# include <netdb.h>
#endif
+ #ifdef __FreeBSD__
+ # include <sys/ioctl.h> /* Need FIONREAD */
+ #endif
+
#if PGP_WIN32
# include <winsock.h>
#endif