Bug 414392: include <string.h> for strncmp. The patch is contributed by

Matthew Gregan <kinetik@flim.org>.  r=wtc


git-svn-id: svn://10.0.0.236/trunk@244234 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%google.com
2008-01-28 19:31:39 +00:00
parent c832441281
commit 7edb585bc7

View File

@@ -42,6 +42,7 @@
#include <fcntl.h>
#include <signal.h>
#include <sys/wait.h>
#include <string.h>
#if defined(AIX)
#include <dlfcn.h> /* For dlopen, dlsym, dlclose */
#endif