Search
lxdream.org :: lxdream/src/main.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/main.c
changeset 1179:af1c5d7d5a5a
prev1134:f502f3d32f90
next1184:0a306d645e2c
author Nathan Keynes <nkeynes@lxdream.org>
date Sun Sep 25 20:36:34 2011 +1000 (12 years ago)
permissions -rw-r--r--
last change Fix various CDI variations that weren't being parsed properly
file annotate diff log raw
1.1 --- a/src/main.c Fri Oct 22 20:55:32 2010 +1000
1.2 +++ b/src/main.c Sun Sep 25 20:36:34 2011 +1000
1.3 @@ -20,8 +20,8 @@
1.4 #include <stdlib.h>
1.5 #include <unistd.h>
1.6 #include <getopt.h>
1.7 +#include "lxdream.h"
1.8 #include <libisofs.h>
1.9 -#include "lxdream.h"
1.10 #include "lxpaths.h"
1.11 #include "gettext.h"
1.12 #include "dream.h"
.