ERR: Added missing include of string.h

This commit is contained in:
Brad King 2004-10-01 11:36:38 -04:00
parent 1b07b740d7
commit 7350756728
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <kwsys/Process.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if defined(_WIN32)
# include <windows.h>