rx-warning-cleanup-and-afsconfig-20010605
[openafs.git] / src / rx / rx_trace.c
index 1a5241f..40f43d4 100644 (file)
 #ifdef RXDEBUG
 
 #include <afs/param.h>
+#include <afsconfig.h>
+#ifdef HAVE_STRING_H
 #include <string.h>
+#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
 #ifdef AFS_NT40_ENV
 #include <fcntl.h>
 #include <io.h>