common: add a header include to msg.h.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Wed, 20 Jun 2012 11:26:06 +0000 (14:26 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Wed, 20 Jun 2012 16:39:08 +0000 (19:39 +0300)
src/common/msg.h

index b1ccd66..0607e82 100644 (file)
@@ -4,6 +4,7 @@
 #include <stdio.h>
 #include <stdbool.h>
 #include <stdarg.h>
+#include <stdint.h>
 
 #include <murphy/common/list.h>
 #include <murphy/common/refcnt.h>