DtSvc: add missing #include (for malloc)

This commit is contained in:
Adam Sampson
2021-07-04 17:48:40 +01:00
committed by Jon Trulson
parent ac8bd41373
commit d9769e4774

View File

@@ -49,6 +49,7 @@
*+ENOTICE
*/
#include <stdlib.h>
#include <stdio.h>
#include <dlfcn.h>
#include "Help.h"