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:
parent
ac8bd41373
commit
d9769e4774
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
||||||
*+ENOTICE
|
*+ENOTICE
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#include "Help.h"
|
#include "Help.h"
|
||||||
|
|
Loading…
Reference in a new issue