diff --git a/tools/sepdebugcrcfix.c b/tools/sepdebugcrcfix.c index cd7fa02..03db7af 100644 --- a/tools/sepdebugcrcfix.c +++ b/tools/sepdebugcrcfix.c @@ -28,7 +28,19 @@ #include #include #include +#ifndef PACKAGE +#define PACKAGE +#ifndef PACKAGE_VERSION +#define PACKAGE_VERSION #include +#undef PACKAGE_VERSION +#else +#include +#endif +#undef PACKAGE +#else +#include +#endif #define _(x) x #define static_assert(expr) \