From 01e8f8a09ab273719bdf0869f9f8693cb45d302e Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 6 Jul 2020 20:30:31 +0200 Subject: Guard block is missing --- battstat/apmlib/apm.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'battstat') diff --git a/battstat/apmlib/apm.h b/battstat/apmlib/apm.h index c24041c2..fd1f6eb6 100644 --- a/battstat/apmlib/apm.h +++ b/battstat/apmlib/apm.h @@ -20,6 +20,9 @@ * $Id$ * */ +#ifndef __APM_H__ +#define __APM_H__ + #include #include @@ -75,3 +78,5 @@ extern const char *apm_time_nosec(time_t t); #ifdef APM_IOC_REJECT #define APM_REJECT_ENABLED #endif + +#endif /* __APM_H__ */ -- cgit v1.2.1