summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/profile/ChangeLog4
-rw-r--r--src/util/profile/argv_parse.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 172d7acd3..aec9f22fa 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jan 28 16:27:01 2000 Ezra Peisach <epeisach@mit.edu>
+
+ * argv_parse.c: Include string.h (for strlen prototype)
+
1999-10-26 Tom Yu <tlyu@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
diff --git a/src/util/profile/argv_parse.c b/src/util/profile/argv_parse.c
index d5f1073d3..5d595b9c1 100644
--- a/src/util/profile/argv_parse.c
+++ b/src/util/profile/argv_parse.c
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <ctype.h>
+#include <string.h>
#include "argv_parse.h"
#define STATE_WHITESPACE 1