filename | src/main.c |
changeset | 1107:7b279d10f46f |
prev | 1100:50e702af9373 |
next | 1108:305ef2082079 |
author | nkeynes |
date | Mon May 17 22:01:23 2010 +1000 (12 years ago) |
permissions | -rw-r--r-- |
last change | Rip out my hacked-up isofs code and replace with libisofs. Much better. |
file | annotate | diff | log | raw |
1.1 --- a/src/main.c Mon Feb 15 17:27:14 2010 +10001.2 +++ b/src/main.c Mon May 17 22:01:23 2010 +10001.3 @@ -20,6 +20,7 @@1.4 #include <stdlib.h>1.5 #include <unistd.h>1.6 #include <getopt.h>1.7 +#include <libisofs/libisofs.h>1.8 #include "lxdream.h"1.9 #include "lxpaths.h"1.10 #include "gettext.h"1.11 @@ -224,6 +225,7 @@1.12 exit(0);1.13 }1.15 + iso_init();1.16 gdrom_list_init();1.17 vmulist_init();
.