1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 12:27:35 +00:00

Ports: Add editline library (#2532)

This commit is contained in:
Stephen Gregoratto 2020-06-08 19:38:13 +00:00 committed by GitHub
parent 883dc9260d
commit 53d4c7e207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,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>