blob: 863aef85d420e03b403eeb425086a5c3f6255d56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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"
|