summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-11-11 22:33:40 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-11-11 22:33:40 +0000
commit0821453acd13ae00c0437757e3d7f355fe16dab2 (patch)
treee30476d97f63730d80fb8ee158a45d864652e375 /zwgc
parente447b6a5a8e455dbdcd8a3b6acea1c4ae0d54d2b (diff)
NetBSD needs typedef for ulong.
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/ulong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/ulong.h b/zwgc/ulong.h
index 4f645ad..95269a5 100644
--- a/zwgc/ulong.h
+++ b/zwgc/ulong.h
@@ -17,7 +17,7 @@
#include <sys/types.h>
-#if defined(ultrix) || defined(vax) || defined(SUNOS)
+#if defined(ultrix) || defined(vax) || defined(SUNOS) || defined(__NetBSD__)
typedef unsigned long ulong;
#endif