diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-13 21:54:34 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-07-13 21:54:34 +0000 |
commit | 402adb1597aa744a778bbebd363ad7425a55bc71 (patch) | |
tree | d96add9f44ab9f4a31fdf92d9b132d3866ebd6f1 /source/lib/replace | |
parent | fcad35e44a399d3478ccfc668e06ca2354bc30ac (diff) | |
download | samba-402adb1597aa744a778bbebd363ad7425a55bc71.tar.gz samba-402adb1597aa744a778bbebd363ad7425a55bc71.tar.xz samba-402adb1597aa744a778bbebd363ad7425a55bc71.zip |
r8437: Win32 doesn't have u_int*_t
Diffstat (limited to 'source/lib/replace')
-rw-r--r-- | source/lib/replace/win32/replace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/lib/replace/win32/replace.h b/source/lib/replace/win32/replace.h index 94fa140681f..2c6d0e1a3f4 100644 --- a/source/lib/replace/win32/replace.h +++ b/source/lib/replace/win32/replace.h @@ -140,4 +140,7 @@ #undef SE_GROUP_ENABLED_BY_DEFAULT #undef SE_GROUP_ENABLED +typedef uint32_t u_int32_t; +typedef uint16_t u_int16_t; + #endif /* _WIN32_REPLACE_H */ |