Merge pull request #24 from neochapay/master

[mapplauncherd] Fix build error on Ubuntu
pull/1/head
John Brooks 12 years ago
commit e874b7c88a

@ -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 <stdint.h>
#include <sys/types.h>
#include <string>

@ -40,6 +40,7 @@
#include <sstream>
#include <stdlib.h>
#include <systemd/sd-daemon.h>
#include <unistd.h>
#include "coverage.h"

Loading…
Cancel
Save