From afc16dca546862ff7e19c5bb49568486615b857e Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 6 Jul 2020 21:22:18 +0200 Subject: Guard block is missing --- src/caja-self-check-functions.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/caja-self-check-functions.h') diff --git a/src/caja-self-check-functions.h b/src/caja-self-check-functions.h index 398999bf..ec503943 100644 --- a/src/caja-self-check-functions.h +++ b/src/caja-self-check-functions.h @@ -27,6 +27,9 @@ */ +#ifndef __CAJA_SELF_CHECK_FUNCTIONS_H__ +#define __CAJA_SELF_CHECK_FUNCTIONS_H__ + void caja_run_self_checks (void); /* Putting the prototypes for these self-check functions in each @@ -45,3 +48,6 @@ void caja_run_self_checks (void); /* Generate prototypes for all the functions. */ CAJA_FOR_EACH_SELF_CHECK_FUNCTION (CAJA_SELF_CHECK_FUNCTION_PROTOTYPE) + +#endif /* __CAJA_SELF_CHECK_FUNCTIONS_H__ */ + -- cgit v1.2.1