Search
lxdream.org :: lxdream/src/gdrom/gdimage.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/gdimage.c
changeset 840:c6a778c228a6
prev837:4eae2ddccf9c
next1023:264e2fd90be8
author nkeynes
date Tue Sep 02 03:34:23 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add omitted ctype.h include
file annotate diff log raw
1.1 --- a/src/gdrom/gdimage.c Thu Aug 28 01:39:51 2008 +0000
1.2 +++ b/src/gdrom/gdimage.c Tue Sep 02 03:34:23 2008 +0000
1.3 @@ -19,6 +19,7 @@
1.4 #include <assert.h>
1.5 #include <stdlib.h>
1.6 #include <string.h>
1.7 +#include <ctype.h>
1.8 #include <sys/types.h>
1.9 #include <netinet/in.h>
1.10
.