Commit bd76ba8e authored by Scott Vokes's avatar Scott Vokes
Browse files

Add missing stdarg.h header for va_list functions.

parent b64231c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
*/

#include "kinetic_logger.h"
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>