* test_profile.c: Include <string.h> for strcmp() prototype
authorEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 22:52:57 +0000 (22:52 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 22:52:57 +0000 (22:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13337 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/test_profile.c

index 9f4c4a3738d1af58957ce4e5b8ae1406a8c6b4c9..b6da316383b98f27b0ae9914c6f2612fa8554b82 100644 (file)
@@ -1,8 +1,10 @@
 2001-06-11  Ezra Peisach  <epeisach@mit.edu>
 
+       * test_profile.c: Include <string.h> for strcmp() prototype.
+
        * argv_parse.c (argv_parse): Cast argument to isspace() as int.
        * prof_parse.c (skip_over_blanks, parse_std_line, need_double_quotes): 
-       Likewise
+       Likewise.
 
 2001-06-11  Ezra Peisach  <epeisach@mit.edu>
 
index da81a20e0b7418af63f796b4ec9c2e93ada419b3..f23a66a60b2c71a60b2e96a267251c663eb684a4 100644 (file)
@@ -3,6 +3,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif