Added stdarg.h, otherwise compiler error with va_start and va_end undefined if DEBUG is defined

This commit is contained in:
Mark Rivers
2018-09-07 08:11:59 -05:00
parent 8b5d5f92bd
commit ae637292db
+1
View File
@@ -56,6 +56,7 @@ USAGE... This file contains driver functions that are common
#include <callback.h>
#include <epicsThread.h>
#include <epicsExport.h>
#include <stdarg.h>
#include "motor.h"