Add missing stdarg.h include

This commit is contained in:
Rodrigo Arias 2023-02-14 16:55:06 +01:00 committed by Rodrigo Arias Mallo
parent 5741cc383f
commit 819b9aefa7

View File

@ -4,6 +4,7 @@
#include "track.h"
#include "thread.h"
#include <stdarg.h>
static const int track_nmodes[TRACK_TYPE_MAX] = {
[TRACK_TYPE_TH] = TRACK_TH_MAX,