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
2540d865
Commit
2540d865
authored
Mar 06, 1994
by
Per Cederqvist
Browse files
Use HAVE_STRING_H and HAVE_STDLIB_H.
parent
506d7b26
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/cache-database.c
View file @
2540d865
...
...
@@ -9,8 +9,12 @@
#include
<stdio.h>
#include
<stdarg.h>
#include
<string.h>
#include
<stdlib.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#include
<time.h>
#include
"cache-database.h"
#include
"smalloc.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