forked from Lainports/freebsd-ports
PR: 240382 Submitted by: Jørn Åne de Jong <jornane@icloud.com> Approved by: m.tsatsenko@gmail.com (maintainer)
10 lines
220 B
C
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"
|