diff options
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug_refcnt.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_debug_refcnt.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_debug_refcnt.h b/src/gallium/auxiliary/util/u_debug_refcnt.h index e48a2a645cc..ba40999bf2a 100644 --- a/src/gallium/auxiliary/util/u_debug_refcnt.h +++ b/src/gallium/auxiliary/util/u_debug_refcnt.h @@ -11,6 +11,10 @@ #include <pipe/p_config.h> #include <pipe/p_state.h> +#ifdef __cplusplus +extern "C" { +#endif + #if defined(DEBUG) && (!defined(PIPE_OS_WINDOWS) || defined(PIPE_SUBSYSTEM_WINDOWS_USER)) extern int debug_refcnt_state; @@ -26,4 +30,8 @@ static INLINE void debug_reference(const struct pipe_reference* p, void* get_des {} #endif +#ifdef __cplusplus +} +#endif + #endif /* U_DEBUG_REFCNT_H_ */ |