diff --git a/libyasm/util.h b/libyasm/util.h index 25fb1722..6c344468 100644 --- a/libyasm/util.h +++ b/libyasm/util.h @@ -36,7 +36,11 @@ # include #endif +#if defined(lint) +/*@dependent@*/ const char *gettext(const char *s); +#else #include +#endif #define _(String) gettext(String) #if !defined(HAVE_MERGESORT) diff --git a/src/util.h b/src/util.h index 25fb1722..6c344468 100644 --- a/src/util.h +++ b/src/util.h @@ -36,7 +36,11 @@ # include #endif +#if defined(lint) +/*@dependent@*/ const char *gettext(const char *s); +#else #include +#endif #define _(String) gettext(String) #if !defined(HAVE_MERGESORT) diff --git a/util.h b/util.h index 25fb1722..6c344468 100644 --- a/util.h +++ b/util.h @@ -36,7 +36,11 @@ # include #endif +#if defined(lint) +/*@dependent@*/ const char *gettext(const char *s); +#else #include +#endif #define _(String) gettext(String) #if !defined(HAVE_MERGESORT)