include gettext.h from ../src

This commit is contained in:
Dana Jansens 2003-01-28 03:26:59 +00:00
parent 674f2609c2
commit 2a195d71e2
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

@ -27,7 +27,7 @@ extern "C" {
# include <process.h>
#endif // HAVE_PROCESS_H __EMX__
#include "gettext.h"
#include "../src/gettext.h"
#define _(str) gettext(str)
#include <assert.h>