Avoid a warning when building in embedded mode
This commit is contained in:
parent
a32402958b
commit
68f3e72ade
|
@ -28,7 +28,9 @@
|
|||
|
||||
|
||||
|
||||
#define EMBEDDED
|
||||
#ifndef EMBEDDED
|
||||
# define EMBEDDED
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <Desktop/Mailer/plugin.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user