~tdaitx/whoopsie/lp-1850608-security-regression

« back to all changes in this revision

Viewing changes to src/reporterd.c

  • Committer: Evan Dandrea
  • Date: 2011-11-28 11:50:51 UTC
  • Revision ID: evan.dandrea@canonical.com-20111128115051-83lsxg9m3uweqy67
Clean up the directory structure a bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <signal.h>
24
24
#include <NetworkManager/NetworkManager.h>
25
25
 
26
 
#include "bson.h"
 
26
#include "../lib/bson/bson.h"
27
27
 
28
28
#define CRASH_DB_URL "http://localhost:8080"
29
29
#define NETWORK_MANAGER_SERVICE "org.freedesktop.NetworkManager"