summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-01-28 19:31:39 +0000
committerwtc%google.com <devnull@localhost>2008-01-28 19:31:39 +0000
commit2bce08959c288a8d17d197cb26e41a848e41054a (patch)
treef55ca204b7fed0bf0768041852ccad6dae8e8210
parent49c5285a37fd603ffe8c956cec3226e60ec2320d (diff)
downloadnspr-hg-2bce08959c288a8d17d197cb26e41a848e41054a.tar.gz
Bug 414392: include <string.h> for strncmp. The patch is contributed by
Matthew Gregan <kinetik@flim.org>. r=wtc
-rw-r--r--pr/src/md/unix/uxproces.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pr/src/md/unix/uxproces.c b/pr/src/md/unix/uxproces.c
index ab19f034..66dcc92e 100644
--- a/pr/src/md/unix/uxproces.c
+++ b/pr/src/md/unix/uxproces.c
@@ -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