]> git.cameronkatri.com Git - mandoc.git/blobdiff - test-vasprintf.c
Give man(7) section and subsection headers hanging indentation.
[mandoc.git] / test-vasprintf.c
index 9515acdf3c0cbcd2823b866864c35d16f939909a..1b2544a446a7bea69e19bf6f95a28242df4460e1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: test-vasprintf.c,v 1.1 2015/03/19 14:57:29 schwarze Exp $  */
+/*     $Id: test-vasprintf.c,v 1.2 2015/03/20 15:32:02 schwarze Exp $  */
 /*
  * Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
  *
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#if defined(__linux__) || defined(__MINT__)
+#define _GNU_SOURCE /* vasprintf() */
+#endif
+
 #include <stdarg.h>
 #include <stdio.h>
 #include <string.h>