Search
lxdream.org :: lxdream :: r1286:8376a612a79d
lxdream 0.9.1
released Jun 29
Download Now
changeset1286:8376a612a79d
parent1285:f72cfb134a87
child1287:dac8f363f1fe
authornkeynes
dateSun Jul 01 13:19:27 2012 +1000 (11 years ago)
Add glib/gfileutils.h includes, as some required defines were moved there in recent versions of glib
src/drivers/cdrom/cd_gdi.c
src/lxpaths.c
1.1 --- a/src/drivers/cdrom/cd_gdi.c Tue Apr 17 21:53:55 2012 +1000
1.2 +++ b/src/drivers/cdrom/cd_gdi.c Sun Jul 01 13:19:27 2012 +1000
1.3 @@ -23,6 +23,7 @@
1.4 #include <fcntl.h>
1.5 #include <errno.h>
1.6 #include <sys/stat.h>
1.7 +#include <glib/gfileutils.h>
1.8 #include <glib/gutils.h>
1.9 #include <glib/gstrfuncs.h>
1.10 #include "drivers/cdrom/cdimpl.h"
2.1 --- a/src/lxpaths.c Tue Apr 17 21:53:55 2012 +1000
2.2 +++ b/src/lxpaths.c Sun Jul 01 13:19:27 2012 +1000
2.3 @@ -19,6 +19,7 @@
2.4 #include <ctype.h>
2.5 #include <unistd.h>
2.6 #include <stdlib.h>
2.7 +#include <glib/gfileutils.h>
2.8 #include <glib/gstrfuncs.h>
2.9 #include <glib/gutils.h>
2.10
.