add USE_STRING_H test
authorJohn Kohl <jtkohl@mit.edu>
Thu, 8 Nov 1990 17:23:26 +0000 (17:23 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 8 Nov 1990 17:23:26 +0000 (17:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1442 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ext-proto.h

index 1b5d669cf563fc10a0a9845d95fd86d33eab06f6..e001bb91837649f3bd7402101697b6efa11ea20c 100644 (file)
@@ -27,6 +27,10 @@ extern char *malloc(), *realloc(), *calloc();
 extern char *getenv();
 #endif /* ! __STDC__ */
 
+#ifdef USE_STRING_H
 #include <string.h>
+#else
+#include <strings.h>
+#endif
 
 #endif /* KRB5_EXT_PROTO__ */