[cecd-devel] [PATCH] [libcec] add guards to decoder.h
Status: Beta
Brought to you by:
pbatard
|
From: Florian F. <f.f...@gm...> - 2011-12-21 14:41:30
|
---
libcec/decoder.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/libcec/decoder.h b/libcec/decoder.h
index cced415..feaa051 100644
--- a/libcec/decoder.h
+++ b/libcec/decoder.h
@@ -1,3 +1,6 @@
+#ifndef __LIBCEC_DECODER_H__
+#define __LIBCEC_DECODER_H__
+
/*
* decoder - CEC message decoding
*
@@ -568,3 +571,5 @@ typedef struct {
#define CEC_UI_F4_OR_YELLOW 0x74
#define CEC_UI_F5 0x75
#define CEC_UI_DATA 0x76
+
+#endif
--
1.7.5.4
|