diff options
Diffstat (limited to 'app-text/hnb/files/hnb-1.9.18-include.patch')
-rw-r--r-- | app-text/hnb/files/hnb-1.9.18-include.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-text/hnb/files/hnb-1.9.18-include.patch b/app-text/hnb/files/hnb-1.9.18-include.patch new file mode 100644 index 000000000000..9ee57a351d51 --- /dev/null +++ b/app-text/hnb/files/hnb-1.9.18-include.patch @@ -0,0 +1,13 @@ +--- a/src/expanded.c ++++ b/src/expanded.c +@@ -18,9 +18,9 @@ + * Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + ++#include <string.h> + #include "tree.h" + #include "cli.h" +-#define NULL 0 + + #include "evilloop.h" + #include "ctype.h" |