forked from pool/scmon
* Warning fix. - Fix dbus policy. - Fix init script header and packaging. OBS-URL: https://build.opensuse.org/package/show/security:chipcard/scmon?expand=0&rev=5
15 lines
362 B
Diff
15 lines
362 B
Diff
Index: scmon-0.4/monitor/scinotify.c
|
|
===================================================================
|
|
--- scmon-0.4.orig/monitor/scinotify.c
|
|
+++ scmon-0.4/monitor/scinotify.c
|
|
@@ -37,6 +37,9 @@
|
|
#include <fcntl.h>
|
|
#include <glib.h>
|
|
#include <errno.h>
|
|
+#include <string.h>
|
|
+#include <stdio.h>
|
|
+#include <sys/socket.h>
|
|
|
|
GQuark
|
|
sc_inotify_error_quark (void)
|