]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
asprintf(3) requires _GNU_SOURCE to be defined 5.0.3rc1
authorTobias Brunner <tobias@strongswan.org>
Fri, 22 Mar 2013 18:41:01 +0000 (19:41 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 22 Mar 2013 18:42:15 +0000 (19:42 +0100)
src/libcharon/plugins/tnc_tnccs/tnc_tnccs_manager.c

index 36bab7068fe026bcd6e82bb54a654e07605ea181..8db3731b2689c8e535c10d1086f735292b8ed0c6 100644 (file)
@@ -13,6 +13,8 @@
  * for more details.
  */
 
+#define _GNU_SOURCE /* for asprintf() */
+
 #include "tnc_tnccs_manager.h"
 
 #include <tnc/tnc.h>