mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -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
332 B
C
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"
|