unlock snprintf on some systems
diff --git a/skeletons/INTEGER.c b/skeletons/INTEGER.c
index 01066c9..0331e1b 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>