From 60de9604681ca041ee17d44609004c1fbfc56b1e Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Sat, 29 Mar 2014 13:59:57 +0200 Subject: [PATCH] common: add missing CDECL-wrapper to debug-info.h. --- src/common/debug-info.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/debug-info.h b/src/common/debug-info.h index b1d223f..970d4c9 100644 --- a/src/common/debug-info.h +++ b/src/common/debug-info.h @@ -30,8 +30,11 @@ #ifndef __MURPHY_DEBUG_INFO_H__ #define __MURPHY_DEBUG_INFO_H__ +#include #include +MRP_CDECL_BEGIN + /* * line number information for a single function */ @@ -52,5 +55,6 @@ typedef struct { mrp_debug_info_t *info; /* function information */ } mrp_debug_file_t; +MRP_CDECL_END #endif /* __MURPHY_DEBUG_INFO_H__ */ -- 2.7.4