summaryrefslogtreecommitdiff
path: root/plugins/shn
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-09 22:14:26 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-10 20:39:20 +0200
commite1ded6f39ea4c00e4839cfed00330348cd75bb8f (patch)
tree5dfe692d324a31d0ef8c422830a43d32c36a8815 /plugins/shn
parent428b2e4d86c920d17f98541ffd7304e1a4da7211 (diff)
shn compile fix on osx
Diffstat (limited to 'plugins/shn')
-rw-r--r--plugins/shn/shorten.h2
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