Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
c1c1f7e3
Commit
c1c1f7e3
authored
Oct 12, 1993
by
Per Cederqvist
Browse files
Check HAVE_STDLIB_H.
parent
06691b7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libraries/libisc-new/src/isc_abort.c
View file @
c1c1f7e3
...
...
@@ -9,7 +9,9 @@
*/
#include
<stdio.h>
#ifdef HAVE_STDLIB_H
#include
<stdlib.h>
#endif
#include
<stddef.h>
#include
"isc.h"
#include
"intern.h"
...
...
src/libraries/libisc-new/src/isc_master.c
View file @
c1c1f7e3
...
...
@@ -9,7 +9,9 @@
*/
#include
<errno.h>
#ifdef HAVE_STDLIB_H
#include
<stdlib.h>
#endif
#include
<stddef.h>
#include
<sys/file.h>
#include
"isc.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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