fix warning

master
Felix von Leitner 2007-11-02 00:45:52 +00:00
parent 8e1bb5dd93
commit 578788571d
1 changed files with 1 additions and 0 deletions

View File

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