Search
lxdream.org :: lxdream/src/gdlist.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdlist.c
changeset 755:ab873907b00e
prev736:a02d1475ccfd
next1034:7044e01148f0
author nkeynes
date Thu Aug 07 23:35:03 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix compiler warnings
file annotate diff log raw
1.1 --- a/src/gdlist.c Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/gdlist.c Thu Aug 07 23:35:03 2008 +0000
1.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"
.