summaryrefslogtreecommitdiff
path: root/pr/include/obsolete/protypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/obsolete/protypes.h')
-rw-r--r--pr/include/obsolete/protypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pr/include/obsolete/protypes.h b/pr/include/obsolete/protypes.h
index 631137e4..23be3aa2 100644
--- a/pr/include/obsolete/protypes.h
+++ b/pr/include/obsolete/protypes.h
@@ -51,7 +51,8 @@ typedef PRIntn intn;
/* SVR4 typedef of uint is commonly found on UNIX machines. */
#ifdef XP_UNIX
#include <sys/types.h>
-#else
+#endif
+#if !defined(XP_UNIX) || defined(NTO)
typedef PRUintn uint;
#endif