diff --git a/src/common.h b/src/common.h index a41796b7..783d73b3 100644 --- a/src/common.h +++ b/src/common.h @@ -59,8 +59,8 @@ typedef _off_t off_t; #endif #endif // __MINGW32__ +#include "gettext.h" #ifdef ENABLE_NLS -# include "gettext.h" # define _(String) gettext(String) #else // ENABLE_NLS # define _(String) String