summaryrefslogtreecommitdiff
path: root/include/arch/posix
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/posix')
-rw-r--r--include/arch/posix/driver/counter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/arch/posix/driver/counter.h b/include/arch/posix/driver/counter.h
index 88cb0cc..eeb6da4 100644
--- a/include/arch/posix/driver/counter.h
+++ b/include/arch/posix/driver/counter.h
@@ -1,3 +1,6 @@
+#ifndef COUNTER_H
+#define COUNTER_H
+
#include <stdint.h>
#include <time.h>
@@ -32,3 +35,5 @@ class Counter {
};
extern Counter counter;
+
+#endif