include gettext from ../src

This commit is contained in:
Dana Jansens 2003-01-28 03:24:45 +00:00
parent 395a0af910
commit 674f2609c2

View file

@ -19,7 +19,7 @@ extern "C" {
# include <stdlib.h> # include <stdlib.h>
#endif // HAVE_STDLIB_H #endif // HAVE_STDLIB_H
#include "gettext.h" #include "../src/gettext.h"
#define _(str) gettext(str) #define _(str) gettext(str)
} }