filename | src/aica/audio.c |
changeset | 1296:30ecee61f811 |
prev | 1089:a3984d242909 |
author | nkeynes |
date | Sat Jan 26 14:00:48 2013 +1000 (9 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/aica/audio.c Mon Dec 07 08:59:50 2009 +10001.2 +++ b/src/aica/audio.c Sat Jan 26 14:00:48 2013 +10001.3 @@ -19,7 +19,7 @@1.5 #include "aica/aica.h"1.6 #include "aica/audio.h"1.7 -#include <glib/gmem.h>1.8 +#include <glib.h>1.9 #include "dream.h"1.10 #include <assert.h>1.11 #include <string.h>
.