mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
81d0f2b19b
PR: 185696 Submitted by: ports fury
11 lines
203 B
C++
11 lines
203 B
C++
--- src/readline.cpp.orig
|
|
+++ src/readline.cpp
|
|
@@ -23,6 +23,7 @@
|
|
#endif
|
|
|
|
#include <cstdio>
|
|
+#include <cstdlib>
|
|
#ifdef WITH_READLINE
|
|
# include <readline/readline.h>
|
|
# include <readline/history.h>
|