mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added missing #include (needed only to avoid gcc warnings)
This commit is contained in:
parent
11101b6f4b
commit
04816ec0fb
2
dlib/external/zlib/gzguts.h
vendored
2
dlib/external/zlib/gzguts.h
vendored
@ -37,6 +37,8 @@
|
||||
|
||||
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
|
||||
# include <io.h>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||
|
Loading…
Reference in New Issue
Block a user