filename | src/gdlist.c |
changeset | 755:ab873907b00e |
prev | 736:a02d1475ccfd |
next | 1034:7044e01148f0 |
author | nkeynes |
date | Mon Jul 21 00:08:34 2008 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Add gettext.h and build sanely without libintl if it's not available Remove x86dasm's config.h & opintl.h (no longer needed and actually wrong) |
file | annotate | diff | log | raw |
1.1 --- a/src/gdlist.c Mon Jul 14 07:44:42 2008 +00001.2 +++ b/src/gdlist.c Mon Jul 21 00:08:34 2008 +00001.3 @@ -20,8 +20,8 @@1.4 #include <string.h>1.5 #include <stdlib.h>1.6 #include <glib/gstrfuncs.h>1.7 -#include <glib/gi18n.h>1.8 #include <libgen.h>1.9 +#include "gettext.h"1.10 #include "gdrom/gdrom.h"1.11 #include "gdlist.h"1.12 #include "lxdream.h"
.