Diff between 46f67847f7174caebdca3cc8dec093716fe4fe67 and fc4050dcea173c61f8409a6c36f7fa5d7692642e
Changed Files
| File | Additions | Deletions | Status |
| profiles/alert/server.c | +3 | -0 | modified |
Full Patch
diff --git a/profiles/alert/server.c b/profiles/alert/server.c
index 1612d6c..8601bf1 100644
--- a/profiles/alert/server.c
+++ b/profiles/alert/server.c
@@ -31,6 +31,9 @@
#include <gdbus/gdbus.h>
#include <glib.h>
#include <stdlib.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
#include "lib/uuid.h"
#include "src/plugin.h"