including <string.h> makes this a bit cleaner

CVS patchset: 1423
CVS date: 1997/02/14 03:32:26
This commit is contained in:
ewt 1997-02-14 03:32:26 +00:00
parent c9ba3d9d89
commit 05509cb62a
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include "stringbuf.h"
#define BUF_CHUNK 1024