xbps-create: needs stdarg.h.

This commit is contained in:
Juan RP 2013-06-19 11:28:51 +02:00
parent d419f8ac2a
commit 55af300e65

View File

@ -31,6 +31,7 @@
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stdarg.h>
#include <errno.h>
#include <assert.h>
#include <unistd.h>