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:15:01 -05:00
parent ae637292db
commit 0b8da74ca3
+1
View File
@@ -52,6 +52,7 @@ NOTES...
#include <dbAccess.h>
#include <dbEvent.h>
#include <recSup.h>
#include <stdarg.h>
#include "motorRecord.h"
#include "motor.h"