compat: Add stdarg.h include

This commit is contained in:
Vicent Martí 2012-05-05 22:14:02 -07:00
parent cd58c15c58
commit 3972ca43d8

View File

@ -8,6 +8,7 @@
#define INCLUDE_buffer_h__ #define INCLUDE_buffer_h__
#include "common.h" #include "common.h"
#include <stdarg.h>
typedef struct { typedef struct {
char *ptr; char *ptr;