pull-prototypes-to-head-20020821
[openafs.git] / src / pam / afs_pam_msg.c
index a81a42e..866040b 100644 (file)
 RCSID("$Header$");
 
 #include <stdio.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
+#include <stdlib.h>
 #include <security/pam_appl.h>
 #include "afs_pam_msg.h"
 #include "afs_message.h"