1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-08 04:49:17 -04:00
ports/net/libgrss/files/patch-src_feeds-subscriber.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
332 B
C

--- src/feeds-subscriber.c.orig 2015-07-15 20:59:07 UTC
+++ src/feeds-subscriber.c
@@ -18,6 +18,10 @@
* Boston, MA 02110-1301, USA.
*/
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+
#include "feeds-subscriber.h"
#include "feeds-subscriber-handler.h"
#include "feeds-pubsubhubbub-subscriber.h"