Description: Include stddef.h to define offset
 Around gcc 4.6 the compile failed because offset was not defined
Bug-Debian: http://bugs.debian.org/625067
Author: Craig Small <csmall@debian.org>
Last-Update: 2011-05-03
--- a/gogoc-messaging/gogocmessaging/message.h
+++ b/gogoc-messaging/gogocmessaging/message.h
@@ -22,6 +22,7 @@
 
 
 #include <pal.h>
+#include <stddef.h>
 
 
 // Undefine Windows Win32 API PostMessage
