serenity/Ports/flex/patches/0006-Include-arpa-inet.h.patch

24 lines
521 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brian Callahan <bcallah@openbsd.org>
Date: Thu, 23 Jan 2020 23:43:31 -0500
Subject: [PATCH] Include <arpa/inet.h>
FIXME: This patch does not have any accompanying information.
---
src/tables.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/tables.c b/src/tables.c
index 980d2e9..0824a7f 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -33,6 +33,8 @@
*/
+#include <arpa/inet.h>
+
#include "flexdef.h"
#include "tables.h"