From e1ded6f39ea4c00e4839cfed00330348cd75bb8f Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 9 Sep 2013 22:14:26 +0200 Subject: shn compile fix on osx --- plugins/shn/shorten.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/shn') 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 -- cgit v1.2.3