* setenv.c: Include string.h
authorKen Raeburn <raeburn@mit.edu>
Sun, 30 May 2004 05:44:10 +0000 (05:44 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sun, 30 May 2004 05:44:10 +0000 (05:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16372 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/ChangeLog
src/appl/bsd/setenv.c

index 97337ec8056b8620329dc0515f53b7343624f442..8a51b4983e99271701a89eadb74b35c0c2e9dc1d 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-29  Ken Raeburn  <raeburn@mit.edu>
+
+       * setenv.c: Include string.h.
+
 2004-05-24  Ezra Peisach  <epeisach@mit.edu>
 
        * krsh.c (main): Invoke krb5_free_context at exit.
index 84e3508c5874d8ad348b568660dffe39384ac3fe..0191d9c8c015e1f92a8a66c0d08b86970d4d2982 100644 (file)
@@ -20,6 +20,7 @@
 #include <sys/types.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #ifdef NEED_SETENV
 extern int setenv(char *, char *, int);