diff options
Diffstat (limited to 'libchill/printbuffer.c')
-rw-r--r-- | libchill/printbuffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libchill/printbuffer.c b/libchill/printbuffer.c index 39e8527d3f8..a46cb5d5ef0 100644 --- a/libchill/printbuffer.c +++ b/libchill/printbuffer.c @@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ the executable file might be covered by the GNU General Public License. */ #include <stdio.h> +#include <string.h> #include "rtltypes.h" #include "rts.h" |