From 0f5a28c1d4f5da7fe8d30f1c763809342d69fe7b Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 6 Jul 2020 21:22:18 +0200 Subject: Guard block is missing --- libcaja-private/caja-lib-self-check-functions.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libcaja-private/caja-lib-self-check-functions.h') diff --git a/libcaja-private/caja-lib-self-check-functions.h b/libcaja-private/caja-lib-self-check-functions.h index 4e9a2de0..7713a71a 100644 --- a/libcaja-private/caja-lib-self-check-functions.h +++ b/libcaja-private/caja-lib-self-check-functions.h @@ -23,6 +23,9 @@ Author: Darin Adler */ +#ifndef __CAJA_LIB_SELF_CHECK_FUNCTIONS_H__ +#define __CAJA_LIB_SELF_CHECK_FUNCTIONS_H__ + #include "../eel/eel-self-checks.h" void caja_run_lib_self_checks (void); @@ -48,3 +51,6 @@ void caja_run_lib_self_checks (void); /* Generate prototypes for all the functions. */ CAJA_LIB_FOR_EACH_SELF_CHECK_FUNCTION (EEL_SELF_CHECK_FUNCTION_PROTOTYPE) + +#endif /* __CAJA_LIB_SELF_CHECK_FUNCTIONS_H__ */ + -- cgit v1.2.1