projects
/
darkstat
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update ChangeLog for 3.0.717.
[darkstat]
/
bsd.h
diff --git
a/bsd.h
b/bsd.h
index
a25deb7
..
3426add
100644
(file)
--- a/
bsd.h
+++ b/
bsd.h
@@
-5,8
+5,13
@@
*/
#include <sys/types.h>
-
#include "config.h"
+#ifdef HAVE_BSD_STRING_H
+# include <bsd/string.h>
+#endif
+#ifdef HAVE_BSD_UNISTD_H
+# include <bsd/unistd.h>
+#endif
#ifndef HAVE_STRLCPY
size_t strlcpy(char *dst, const char *src, size_t siz);