summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 96688c5217..c5f4720a5a 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -434,6 +434,9 @@ typedef int socklen_t;
#define int32 long
#elif (SIZEOF_SHORT == 4)
#define int32 short
+#else
+/* uggh - no 32 bit type?? probably a CRAY. just hope this works ... */
+#define uint32 int
#endif
#endif