opnsense-ports/net/libgrss/files/patch-src_utils.c
Franco Fichtner f91b173aa6 */*: sync with upstream
Taken from: HardenedBSD
2018-09-30 17:15:47 +02: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;