Add missing stdarg (funnily, linux/clang does not complain about this miss)

This commit is contained in:
Godzil 2013-03-14 00:37:35 +01:00 committed by Manoël Trapier
parent 41f96d5169
commit 6093a51511

View File

@ -11,6 +11,9 @@
#include <stdlib.h>
#include <stdio.h>
#ifdef __STDC__
#include <stdarg.h>
#endif
#include <em_spec.h>
#include "types.h"
#include "def.h"