* an_to_ln.c: Include string.h
authorKen Raeburn <raeburn@mit.edu>
Fri, 2 Jul 2004 21:32:17 +0000 (21:32 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 2 Jul 2004 21:32:17 +0000 (21:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16538 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ChangeLog
src/lib/krb5/os/an_to_ln.c

index 69ca9dcde490f1024211d2cecba42d0c2ed49053..fcba1f33c9a929b31b7362694f08798f6224c213 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-02  Ken Raeburn  <raeburn@mit.edu>
+
+       * an_to_ln.c: Include string.h.
+
 2004-06-22  Ken Raeburn  <raeburn@mit.edu>
 
        * an_to_ln.c (db_an_to_ln): Don't test macintosh.
index ec847dbe57c9fbf82a845ab5dbe834b2c674c6c4..73465d66c9be3c9de261b131036f495af82782de 100644 (file)
@@ -38,6 +38,7 @@
 #if    HAVE_REGEX_H
 #include <regex.h>
 #endif /* HAVE_REGEX_H */
+#include <string.h>
 /*
  * Use compile(3) if no regcomp present.
  */