mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
- Add SASL as an OPTIONS_DEFINE. - Bump PORTREVISION. PR: 234929 and 235302 Submitted by: Derek Schrock <dereks@lifeofadishwasher.com>, O. Hartmann <ohartmann@walstatt.org>, Chad Jacob Milios <milios@ccsys.com> Tested by: many Differential Revision: https://reviews.freebsd.org/D19009
11 lines
272 B
C
11 lines
272 B
C
--- libvncclient/sasl.c.orig 2019-01-30 04:13:40 UTC
|
|
+++ libvncclient/sasl.c
|
|
@@ -55,6 +55,8 @@
|
|
#endif /* LIBVNCSERVER_HAVE_WS2TCPIP_H */
|
|
#else /* WIN32 */
|
|
#include <arpa/inet.h>
|
|
+#include <netinet/in.h>
|
|
+#include <sys/socket.h>
|
|
#endif /* WIN32 */
|
|
|
|
#include "sasl.h"
|