diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/web_server/ejs/miniMpr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/web_server/ejs/miniMpr.h b/source4/web_server/ejs/miniMpr.h index 447a0f4c34..6fc9c02a16 100644 --- a/source4/web_server/ejs/miniMpr.h +++ b/source4/web_server/ejs/miniMpr.h @@ -35,7 +35,9 @@ /* * Find out about our configuration */ - #include "includes.h" +#ifndef _INCLUDES_H + #include "includes.h" +#endif /* allow this library to use strcpy() */ #undef strcpy |