ladybird/Ports/flex/patches/fix-tables.patch
2020-01-24 11:36:01 +01:00

11 lines
210 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.

--- flex-2.6.4/src/tables.c.orig Thu Jan 23 22:22:14 2020
+++ flex-2.6.4/src/tables.c Thu Jan 23 22:22:27 2020
@@ -33,6 +33,8 @@
*/
+#include <arpa/inet.h>
+
#include "flexdef.h"
#include "tables.h"