textio.h: add include <stdarg.h> due to va_list type use in file
This commit is contained in:
parent
a0afe242c8
commit
d659b5e1df
|
|
@ -25,6 +25,8 @@
|
|||
#ifndef _MAGIC__TEXTIO__TEXTIO_H
|
||||
#define _MAGIC__TEXTIO__TEXTIO_H
|
||||
|
||||
#include <stdarg.h> /* va_list */
|
||||
|
||||
#include "utils/magic.h"
|
||||
#include "utils/dqueue.h" /* DQueue */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue