forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
325 B
C
11 lines
325 B
C
--- libexplain/vasprintf.h.orig 2013-12-06 17:16:42.000000000 +0900
|
|
+++ libexplain/vasprintf.h 2013-12-06 17:17:29.000000000 +0900
|
|
@@ -27,6 +27,8 @@
|
|
* by the <i>vasprintf</i>(3) system call.
|
|
*/
|
|
|
|
+#include <libexplain/ac/stdarg.h>
|
|
+
|
|
#include <libexplain/gcc_attributes.h>
|
|
#include <libexplain/large_file_support.h>
|
|
|