Search
lxdream.org :: lxdream/src/vmu/vmuvol.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/vmu/vmuvol.c
changeset 1296:30ecee61f811
prev1071:182cfe43c09e
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/vmu/vmuvol.c Tue Jul 21 20:21:52 2009 +1000
1.2 +++ b/src/vmu/vmuvol.c Sat Jan 26 14:00:48 2013 +1000
1.3 @@ -16,8 +16,7 @@
1.4 * GNU General Public License for more details.
1.5 */
1.6
1.7 -#include <glib/gmem.h>
1.8 -#include <glib/gstrfuncs.h>
1.9 +#include <glib.h>
1.10 #include <string.h>
1.11 #include <unistd.h>
1.12 #include <stdio.h>
.