diff options
author | Michel Dänzer <daenzer@vmware.com> | 2009-03-09 12:58:16 +0100 |
---|---|---|
committer | Michel Dänzer <daenzer@vmware.com> | 2009-03-09 12:58:16 +0100 |
commit | a2aedf95d8f6ea7ecff3dc2c2f8db4a20e42e9d0 (patch) | |
tree | 410e183c4c8f9a1db3a4c9530771fcfea48d71ca /src | |
parent | 9438ffda50c3823b57dbd7e6b3a195a5cd927198 (diff) |
gallium: Fix p_refcnt.h for C++ compilers.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/include/pipe/p_refcnt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_refcnt.h b/src/gallium/include/pipe/p_refcnt.h index 50b7aa90ef..27b4e8fbfe 100644 --- a/src/gallium/include/pipe/p_refcnt.h +++ b/src/gallium/include/pipe/p_refcnt.h @@ -80,5 +80,8 @@ pipe_reference(struct pipe_reference **ptr, struct pipe_reference *reference) return destroy; } +#ifdef __cplusplus +} +#endif #endif /* P_REFCNT_H */ |