mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
12 lines
210 B
Diff
12 lines
210 B
Diff
--- 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"
|
||
|