diff options
Diffstat (limited to 'libio/editbuf.cc')
-rw-r--r-- | libio/editbuf.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/editbuf.cc b/libio/editbuf.cc index 2230482..e2df8c4 100644 --- a/libio/editbuf.cc +++ b/libio/editbuf.cc @@ -31,6 +31,7 @@ Written by Per Bothner (bothner@cygnus.com). */ #include "editbuf.h" #include <stddef.h> #include <stdlib.h> +#include <string.h> /* NOTE: Some of the code here is taken from GNU emacs */ /* Hence this file falls under the GNU License! */ |