1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-03 01:35:27 +03:00
openwrt-packages/sdcv/patches/readline-free.patch
2010-05-30 11:59:38 +08:00

11 lines
262 B
Diff

--- 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"