1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-07 22:54:32 +03:00
openwrt-packages/sdcv/patches/readline-free.patch

11 lines
262 B
Diff
Raw Normal View History

--- sdcv-0.4.2/src/readline.cpp 2005-12-07 23:07:23.000000000 +0100
+++ sdcv-0.4.2m/src/readline.cpp 2010-05-28 19:24:28.000000000 +0200
@@ -28,6 +28,7 @@
# include <readline/history.h>
#endif
#include <glib.h>
+#include <stdlib.h>
#include "utils.hpp"