From 23e4b0f2a730c152287a652826630e1ec8079be5 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Tue, 13 Feb 2018 15:34:13 +0200 Subject: tempmodule: add include guards in the headers. --- src/tempmodule/indicator.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/tempmodule/indicator.h') diff --git a/src/tempmodule/indicator.h b/src/tempmodule/indicator.h index 21eec29..91d5ab3 100644 --- a/src/tempmodule/indicator.h +++ b/src/tempmodule/indicator.h @@ -1,3 +1,6 @@ +#ifndef INDICATOR_INCLUDED +#define INDICATOR_INCLUDED + #ifdef __cplusplus extern "C" { #endif @@ -9,3 +12,5 @@ void indicator_calibrate(unsigned int const * const calibration); #ifdef __cplusplus } #endif + +#endif /* INDICATOR_INCLUDED */ -- cgit v1.2.3