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 | 442bf5cc9e6de7888f9a8cc06050f73ef880c4d9 (patch) | |
tree | fc34825af62dfc41a4f1804d0bd798f4a6bc5da8 /source/include/includes.h | |
parent | 4d0c3167099f461b46fafaa3a35b14babbadcb93 (diff) | |
download | samba-442bf5cc9e6de7888f9a8cc06050f73ef880c4d9.tar.gz samba-442bf5cc9e6de7888f9a8cc06050f73ef880c4d9.tar.xz samba-442bf5cc9e6de7888f9a8cc06050f73ef880c4d9.zip |
fixed build
don't rush commits :)
Diffstat (limited to 'source/include/includes.h')
-rw-r--r-- | source/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index b801e1408c7..96688c5217e 100644 --- a/source/include/includes.h +++ b/source/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. |