Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
gnulib
Commits
d7b888c5
Commit
d7b888c5
authored
Aug 24, 2009
by
Bruno Haible
Browse files
Include string.h, for memset.
parent
049bfdaa
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d7b888c5
2009-08-23 Bruno Haible <bruno@clisp.org>
* lib/dup3.c: Include <string.h>.
2009-08-23 Bruno Haible <bruno@clisp.org>
* lib/dup3.c (dup3): Test only once whether the system actually exists.
lib/dup3.c
View file @
d7b888c5
...
...
@@ -29,6 +29,8 @@
#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
/* Native Woe32 API. */
# include <string.h>
/* Get declarations of the Win32 API functions. */
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
...
...
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