ports/net/libgrss/files/patch-src_utils.c
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

13 lines
228 B
C

--- src/utils.c.orig 2015-07-15 20:59:07 UTC
+++ src/utils.c
@@ -28,6 +28,10 @@
#include "utils.h"
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+
typedef struct {
gchar *data;
gint length;