Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
04816ec0
"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "1552090a240dd40500e6cd79c778b1dbe293d118"
Commit
04816ec0
authored
Dec 04, 2013
by
Davis King
Committed by
Davis E. King
Aug 05, 2021
Browse files
Added missing #include (needed only to avoid gcc warnings)
parent
11101b6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dlib/external/zlib/gzguts.h
dlib/external/zlib/gzguts.h
+2
-0
No files found.
dlib/external/zlib/gzguts.h
View file @
04816ec0
...
@@ -37,6 +37,8 @@
...
@@ -37,6 +37,8 @@
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
# include <io.h>
# include <io.h>
#else
# include <unistd.h>
#endif
#endif
#if defined(_WIN32) || defined(__CYGWIN__)
#if defined(_WIN32) || defined(__CYGWIN__)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment