filename | src/gdrom/gdimage.c |
changeset | 796:a2dc83592467 |
prev | 782:1af8b5ce627c |
next | 837:4eae2ddccf9c |
author | nkeynes |
date | Wed Jul 30 22:50:44 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Bug #61: OpenBSD support (Modified) patch from bsdmaniak, thanks! |
file | annotate | diff | log | raw |
1.1 --- a/src/gdrom/gdimage.c Tue Jul 29 06:35:28 2008 +00001.2 +++ b/src/gdrom/gdimage.c Wed Jul 30 22:50:44 2008 +00001.3 @@ -19,6 +19,7 @@1.4 #include <assert.h>1.5 #include <stdlib.h>1.6 #include <string.h>1.7 +#include <sys/types.h>1.8 #include <netinet/in.h>1.10 #include "gdrom/gddriver.h"
.