[mapplauncherd] Fix build error on Ubuntu
@ -23,6 +23,7 @@
#include "logger.h"
#include <errno.h>
#include <string.h>
#include <unistd.h>
const string EBooster::m_boosterType = "generic";
@ -17,6 +17,7 @@
**
****************************************************************************/
#include <sys/types.h>
#include "appdata.h"
#include "protocol.h"
#include <stdint.h>
@ -22,6 +22,7 @@
#include "launcherlib.h"
#include <string>
@ -40,6 +40,7 @@
#include <sstream>
#include <stdlib.h>
#include <systemd/sd-daemon.h>
#include "coverage.h"