<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/src</tt></b></td></tr>
<tr><td><tt>drivers/cdrom/<a href="#file1">isofs.h</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+1</td><td></td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">e55ec927d55d -> af1c5d7d5a5a</td></tr>
<tr class="alt" style=";" ><td><tt>             /<a href="#file2">isomem.c</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+3</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">e55ec927d55d -> af1c5d7d5a5a</td></tr>
<tr><td><tt><a href="#file3">main.c</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+1</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">e55ec927d55d -> af1c5d7d5a5a</td></tr>
<tr><td></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+5</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-2</td><td></td></tr>
</table>
<small id="info" style="color: #888888;" >3 modified files</small><br />
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Include stdint.h before libisofs.h - needed for more recent versions
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/drivers/cdrom</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>isofs.h</b></big> <small id="info" style="color: #888888;" >e55ec927d55d -> af1c5d7d5a5a</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/drivers/cdrom/isofs.h
+++ lxdream/src/drivers/cdrom/isofs.h
@@ -19,6 +19,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #ifndef cdrom_isofs_H
 #define cdrom_isofs_H 1
 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+#include <stdint.h>
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #include <libisofs.h>
 #include "drivers/cdrom/sector.h"
 
</pre></div>
<hr /><a name="file2" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/drivers/cdrom</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>isomem.c</b></big> <small id="info" style="color: #888888;" >e55ec927d55d -> af1c5d7d5a5a</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/drivers/cdrom/isomem.c
+++ lxdream/src/drivers/cdrom/isomem.c
@@ -10,12 +10,14 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >  * Memory stream extracted for use in lxdream by Nathan Keynes 2010.
  */
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-#include <libisofs.h>
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 #include <stdlib.h>
 #include <string.h>
 #include <limits.h>
 #include <stdio.h>
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+#include <stdint.h>
+#include <libisofs.h>
+
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 #ifndef MIN
 #define MIN(a,b) ((a)<=(b) ? (a) : (b))
</pre></div>
<hr /><a name="file3" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>main.c</b></big> <small id="info" style="color: #888888;" >e55ec927d55d -> af1c5d7d5a5a</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/main.c
+++ lxdream/src/main.c
@@ -20,8 +20,8 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #include <stdlib.h>
 #include <unistd.h>
 #include <getopt.h>
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+#include "lxdream.h"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #include <libisofs.h>
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-#include "lxdream.h"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #include "lxpaths.h"
 #include "gettext.h"
 #include "dream.h"
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>