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 Wed May 27 08:46:29 2015 +1000 (8 years ago)
permissions -rw-r--r--
last change Add support for extracting the ELF symbol table and printing symbol names
alongside the SH4 disassembly
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 Wed May 27 08:46:29 2015 +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"
.