mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
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
13 lines
228 B
C
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;
|