mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-21 11:11:10 +00:00
Add <unistd.h> to more files. FreeBSD's namespace pollution hides these
errors.
This commit is contained in:
parent
2acf532339
commit
454603d4f1
6 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#undef HAVE_MEMSET_S
|
||||
#include <cryb/memset_s.h>
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <cryb/endian.h>
|
||||
#include <cryb/mpi.h>
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <cryb/hash.h>
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <cryb/hash.h>
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#undef HAVE_STRLCAT
|
||||
#include <cryb/strlcat.h>
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#undef HAVE_STRLCPY
|
||||
#include <cryb/strlcpy.h>
|
||||
|
|
Loading…
Reference in a new issue