aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'osx/config.h')
-rw-r--r--osx/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osx/config.h b/osx/config.h
index 4968a78b..99f83742 100644
--- a/osx/config.h
+++ b/osx/config.h
@@ -218,7 +218,9 @@
#if __GNUC__ >= 3
#define __warn_unused __attribute__ ((warn_unused_result))
#define __sentinel __attribute__ ((sentinel))
+#define __packed __attribute__ ((packed))
#else
#define __warn_unused
#define __sentinel
+#define __packed
#endif