Skip to content

Commit

Permalink
_BSD_SOURCE might be defined in unber.c
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Jul 3, 2016
1 parent 88434ee commit eabd277
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skeletons/INTEGER.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit eabd277

Please sign in to comment.