summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-02-20 07:48:36 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-02-20 07:48:36 +0000
commit309df62fd91f832000da36200042419d3a3777e6 (patch)
tree3521ddf9d362a75ba058480df1bbb60b69270ef0
parent05b706676ba42268b7d0924994a1132c0dce6f24 (diff)
Notes
-rw-r--r--contrib/global/gtags/gtags.c1
-rw-r--r--contrib/global/lib/find.c1
-rw-r--r--contrib/global/lib/getdbpath.c1
-rw-r--r--contrib/global/lib/makepath.c1
-rw-r--r--contrib/global/lib/mgets.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/contrib/global/gtags/gtags.c b/contrib/global/gtags/gtags.c
index 288c16c1daf3a..bfd9aba0995c9 100644
--- a/contrib/global/gtags/gtags.c
+++ b/contrib/global/gtags/gtags.c
@@ -37,6 +37,7 @@
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <time.h>
#include <unistd.h>
diff --git a/contrib/global/lib/find.c b/contrib/global/lib/find.c
index 6203e008a6f50..10a9bf1cde782 100644
--- a/contrib/global/lib/find.c
+++ b/contrib/global/lib/find.c
@@ -32,6 +32,7 @@
*
*/
#include <stdio.h>
+#include <string.h>
#include <sys/types.h>
#include <regex.h>
#include <sys/param.h>
diff --git a/contrib/global/lib/getdbpath.c b/contrib/global/lib/getdbpath.c
index 1e4e7cfaefff2..73f1a4f480556 100644
--- a/contrib/global/lib/getdbpath.c
+++ b/contrib/global/lib/getdbpath.c
@@ -37,6 +37,7 @@
#include <unistd.h>
#include <stdlib.h>
+#include <string.h>
#include "die.h"
#include "getdbpath.h"
diff --git a/contrib/global/lib/makepath.c b/contrib/global/lib/makepath.c
index ba00ecfc6c2fd..7efba18dd293b 100644
--- a/contrib/global/lib/makepath.c
+++ b/contrib/global/lib/makepath.c
@@ -31,6 +31,7 @@
* makepath.c 20-Oct-97
*
*/
+#include <string.h>
#include <sys/param.h>
#include "makepath.h"
/*
diff --git a/contrib/global/lib/mgets.c b/contrib/global/lib/mgets.c
index 2bc6099517c20..b30cae643936b 100644
--- a/contrib/global/lib/mgets.c
+++ b/contrib/global/lib/mgets.c
@@ -33,6 +33,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "mgets.h"
#include "die.h"