diff options
| author | notaz | 2012-12-21 00:32:59 +0200 |
|---|---|---|
| committer | notaz | 2012-12-21 00:32:59 +0200 |
| commit | 349f7d81b5f776ab69533fcb4e9c4904235b90fd (patch) | |
| tree | 8f97fedd04615b83b120843acba109462468e34e /libpcsxcore | |
| parent | 6e921e1d669037004dab55cbe5e704a70d04c718 (diff) | |
| download | pcsx_rearmed-349f7d81b5f776ab69533fcb4e9c4904235b90fd.tar.gz pcsx_rearmed-349f7d81b5f776ab69533fcb4e9c4904235b90fd.tar.bz2 pcsx_rearmed-349f7d81b5f776ab69533fcb4e9c4904235b90fd.zip | |
warning fix
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/cdriso.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index 28bb3df..f2886b0 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -30,6 +30,7 @@ #else #include <pthread.h> #include <sys/time.h> +#include <unistd.h> #endif #include <zlib.h> |
