freebsd-ports/net/radsecproxy/files/patch-rewrite.c
Steve Wills 10dfc88961 net/radsecproxy: Update to 1.8.0, Remove BROKEN (on 12/13)
PR:		240382
Submitted by:	Jørn Åne de Jong <jornane@icloud.com>
Approved by:	m.tsatsenko@gmail.com (maintainer)
2019-09-24 17:53:08 +00:00

10 lines
220 B
C

--- rewrite.c.orig 2019-07-04 06:42:58 UTC
+++ rewrite.c
@@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <regex.h>
+#include <arpa/inet.h>
#include "debug.h"
#include "gconfig.h"
#include "hash.h"