aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons')
-rw-r--r--skeletons/INTEGER.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/skeletons/INTEGER.c b/skeletons/INTEGER.c
index 01066c9c..0331e1b5 100644
--- a/skeletons/INTEGER.c
+++ b/skeletons/INTEGER.c
@@ -3,6 +3,7 @@
* All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
+#define _BSD_SOURCE /* for snprintf() on some linux systems */
#include <stdio.h>
#include <asn_internal.h>
#include <INTEGER.h>