summaryrefslogtreecommitdiffstats
path: root/libk8055/k8055++.h
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-03-01 11:26:58 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2011-03-01 11:26:58 +0100
commit5ce542cf07a3db8b28cee5362802188ae9937631 (patch)
treee61bc43e7c93962d6e5910c84383524f628808b1 /libk8055/k8055++.h
parent473c9d43885e943b52e4db4ca8af18b547feb15d (diff)
downloadk8055-5ce542cf07a3db8b28cee5362802188ae9937631.zip
k8055-5ce542cf07a3db8b28cee5362802188ae9937631.tar.gz
fix header to prevent compilation complications
Diffstat (limited to 'libk8055/k8055++.h')
-rw-r--r--libk8055/k8055++.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libk8055/k8055++.h b/libk8055/k8055++.h
index 074458a..87c9b9b 100644
--- a/libk8055/k8055++.h
+++ b/libk8055/k8055++.h
@@ -22,6 +22,9 @@
*
*/
+#ifndef K8055_CPP_H
+#define K8055_CPP_H 1
+
#include "k8055.h"
class K8055 {
@@ -79,3 +82,4 @@ class K8055 {
struct k8055_dev dev;
};
+#endif // K8055_CPP_H