summaryrefslogtreecommitdiffstats
path: root/include/asprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asprintf.h')
-rw-r--r--include/asprintf.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asprintf.h b/include/asprintf.h
index 65957e0..3ed35be 100644
--- a/include/asprintf.h
+++ b/include/asprintf.h
@@ -1,10 +1,12 @@
-#ifndef ASPRINTF_H
-#define ASPRINTF_H
+#ifndef __ASPRINTF_H
+#define __ASPRINTF_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include <stdio.h>
+
#ifndef HAVE_VASPRINTF
static inline int vasprintf(char **PTR, const char *TEMPLATE, va_list AP)
{