diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-06-26 05:38:24 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-06-26 05:38:24 +0000 |
commit | f73122e79dba729982ede928e8b026ffff526b0a (patch) | |
tree | a84685613cdffbd6df1f12988572fe271b2498c9 /source3/include | |
parent | 8a0480b137a6bf8d0ddce4d7dc1dd87c223af14f (diff) | |
download | samba-f73122e79dba729982ede928e8b026ffff526b0a.tar.gz samba-f73122e79dba729982ede928e8b026ffff526b0a.tar.bz2 samba-f73122e79dba729982ede928e8b026ffff526b0a.zip |
fixed build
don't rush commits :)
(This used to be commit 442bf5cc9e6de7888f9a8cc06050f73ef880c4d9)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index b801e1408c..96688c5217 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -453,6 +453,7 @@ typedef int socklen_t; /* uggh - no 32 bit type?? probably a CRAY. just hope this works ... */ #define uint32 unsigned #endif +#endif /* * Types for devices, inodes and offsets. |