Added string.h include (for memcpy, memcmp, strcpy, strlen, etc.)

This commit is contained in:
2003-03-18 23:17:09 +00:00
parent 6ba07fd730
commit ccf7749594
5 changed files with 5 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
* make all key elements available through functions
*/
#include <string.h>
#include <stdlib.h>
#include <assert.h>