blob: 7ddba14ea3b6a166709de9524552d8a338e66c3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Bug: https://bugs.gentoo.org/895046
--- a/src/daemon.c
+++ b/src/daemon.c
@@ -22,6 +22,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
+#define _GNU_SOURCE
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
|