forked from e16/e16
1
0
Fork 0

Add missing header.

SVN revision: 30128
This commit is contained in:
Kim Woelders 2007-05-28 17:11:44 +00:00
parent d1ff1cfec1
commit 978141c537
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#define _UTIL_H_
#include "config.h"
#include <stdarg.h>
#if HAVE___ATTRIBUTE__
#define __PRINTF__ __attribute__((__format__(__printf__, 1, 2)))