Search
lxdream.org :: lxdream/src/gdlist.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdlist.c
changeset 1296:30ecee61f811
prev1109:700c5ab26a63
author nkeynes
date Sat Jan 26 14:00:48 2013 +1000 (11 years ago)
permissions -rw-r--r--
last change Change glib includes to #include <glib.h> rather than the individual
headers, as recent glib versions are breaking on this
file annotate diff log raw
1.1 --- a/src/gdlist.c Thu Jun 10 22:13:16 2010 +1000
1.2 +++ b/src/gdlist.c Sat Jan 26 14:00:48 2013 +1000
1.3 @@ -19,7 +19,7 @@
1.4
1.5 #include <string.h>
1.6 #include <stdlib.h>
1.7 -#include <glib/gstrfuncs.h>
1.8 +#include <glib.h>
1.9 #include <libgen.h>
1.10 #include "gettext.h"
1.11 #include "gdrom/gdrom.h"
.