Avoid a warning when building in embedded mode

This commit is contained in:
Pierre Pronchery 2020-01-30 23:27:21 +01:00
parent a32402958b
commit 68f3e72ade

View File

@ -28,7 +28,9 @@
#define EMBEDDED
#ifndef EMBEDDED
# define EMBEDDED
#endif
#include <stdlib.h>
#include <Desktop/Mailer/plugin.h>