Commit eabd277f authored by Lev Walkin's avatar Lev Walkin

_BSD_SOURCE might be defined in unber.c

parent 88434eed
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
* All rights reserved. * All rights reserved.
* Redistribution and modifications are permitted subject to BSD license. * Redistribution and modifications are permitted subject to BSD license.
*/ */
#ifndef _BSD_SOURCE
#define _BSD_SOURCE /* for snprintf() on some linux systems */ #define _BSD_SOURCE /* for snprintf() on some linux systems */
#endif
#include <stdio.h> #include <stdio.h>
#include <asn_internal.h> #include <asn_internal.h>
#include <INTEGER.h> #include <INTEGER.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment