fix warning

This commit is contained in:
leitner 2007-11-02 00:45:52 +00:00
parent c114890119
commit 9793c47447

View File

@ -1,4 +1,5 @@
#include <stdarg.h>
#include <string.h>
#include "stralloc.h"
int stralloc_catm_internal(stralloc* sa, ...) {