_BSD_SOURCE might be defined in unber.c

This commit is contained in:
Lev Walkin 2016-07-02 23:22:58 -07:00
parent 88434eed32
commit eabd277f06
1 changed files with 2 additions and 0 deletions

View File

@ -3,7 +3,9 @@
* All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _BSD_SOURCE
#define _BSD_SOURCE /* for snprintf() on some linux systems */
#endif
#include <stdio.h>
#include <asn_internal.h>
#include <INTEGER.h>