runloop_msg.c - add <stdarg.h>

This commit is contained in:
twinaphex 2015-11-28 23:39:30 +01:00
parent c82fc11ba3
commit c5f547b02b

View File

@ -16,6 +16,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdarg.h>
#include <retro_assert.h>
#include <queues/message_queue.h>
#ifdef HAVE_THREADS