mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
10 lines
246 B
C++
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>
|