summaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-11-05 10:28:33 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-11-05 10:28:33 +0100
commit407d5d22698e65738efcec812df08a636e6700a2 (patch)
treefb66b5d61045e8e2fc269e87ea373813248ed2c9 /src/i18n
parentcc8367f974cc1c3b8d8f301c7916231135414d63 (diff)
downloadwolfbones-407d5d22698e65738efcec812df08a636e6700a2.tar.gz
wolfbones-407d5d22698e65738efcec812df08a636e6700a2.tar.bz2
gettext is in i18n now, has nothing to do with porting
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/gettext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/gettext.c b/src/i18n/gettext.c
index 5ab5b49..ddb1e01 100644
--- a/src/i18n/gettext.c
+++ b/src/i18n/gettext.c
@@ -15,7 +15,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "port/gettext.h"
+#include "i18n/gettext.h"
#include "port/unused.h"
#include <stdlib.h> /* for getenv */