diff --git a/helper.h b/helper.h index f232ecd..ce9900c 100644 --- a/helper.h +++ b/helper.h @@ -9,9 +9,15 @@ * helper functions and macros * -------------------------------------------------------------*/ +#ifndef XY_H +#define XY_H + #include #include #include +#include + +// #define NDEBUG #ifdef _WIN32 #include @@ -118,3 +124,5 @@ xy_warn (const char* str1) fprintf(stderr, buf); free(buf); } + +#endif