diff options
Diffstat (limited to 'src/libbiguint/bu_copy.c')
-rw-r--r-- | src/libbiguint/bu_copy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libbiguint/bu_copy.c b/src/libbiguint/bu_copy.c index 1358aca..aff6e51 100644 --- a/src/libbiguint/bu_copy.c +++ b/src/libbiguint/bu_copy.c @@ -1,7 +1,9 @@ /* ISC license. */ /* OpenBSD needs that for EOVERFLOW. wtfbsdseriously */ +#ifndef _BSD_SOURCE #define _BSD_SOURCE +#endif #include <errno.h> #include <skalibs/uint32.h> |