ports/devel/linenoise-ng/files/patch-src_linenoise.cpp
Thierry Thomas 14afc6b19e devel/linenoise-ng: upgrade to v1.0.1
Also switch to a shared library and pet portlint.
2022-11-30 11:47:30 +01:00

10 lines
246 B
C++

--- src/linenoise.cpp.orig 2017-03-06 16:01:33 UTC
+++ src/linenoise.cpp
@@ -110,6 +110,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/stat.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <cctype>