1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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"