summaryrefslogtreecommitdiff
path: root/Ports/editline/patches/example-add-missing-header.patch
blob: b66db98b44149dc103ec3e1ec1fec48b701131b6 (plain)
1
2
3
4
5
6
7
8
9
10
--- editline-1.17.1/examples/excallback.c	2020-02-23 19:37:53.000000000 +1100
+++ editline-1.17.1/examples/excallback.c.new	2020-06-09 00:29:06.482173883 +1000
@@ -39,6 +39,7 @@
 
 #include <stdio.h>
 #include <sys/types.h>
+#include <sys/select.h>
 
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>