diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-09-09 22:14:26 +0200 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-09-10 20:39:20 +0200 |
commit | e1ded6f39ea4c00e4839cfed00330348cd75bb8f (patch) | |
tree | 5dfe692d324a31d0ef8c422830a43d32c36a8815 /plugins/shn | |
parent | 428b2e4d86c920d17f98541ffd7304e1a4da7211 (diff) |
shn compile fix on osx
Diffstat (limited to 'plugins/shn')
-rw-r--r-- | plugins/shn/shorten.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/shn/shorten.h b/plugins/shn/shorten.h index 006b9bee..0cb0b0e2 100644 --- a/plugins/shn/shorten.h +++ b/plugins/shn/shorten.h @@ -42,6 +42,8 @@ #undef slong #undef sshort #undef schar +#undef uint +#define uint uint32_t #define ulong uint32_t #define ushort uint16_t #define uchar uint8_t |