blob: 63c243893b53fec63f27343f0cf54edc0dc7ee42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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"
|