diff --git a/src/h/internal.h b/src/h/internal.h index dc4997815..680033558 100644 --- a/src/h/internal.h +++ b/src/h/internal.h @@ -13,6 +13,9 @@ See file '../Copyright' for full details. */ +#ifndef ECL_INTERNAL_H +#define ECL_INTERNAL_H + #ifdef __cplusplus extern "C" { #endif @@ -537,3 +540,5 @@ void ecl_interrupt_process(cl_object process, cl_object function); #ifdef __cplusplus } #endif + +#endif /* ECL_INTERNAL_H */