X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fexec.c;h=4405985646fdf24d27e3ea25367e32965cb47ee7;hb=58ae91b5cc5b27b5317f26c238556f12dbb62258;hp=d2b2508db209b87fb302ec35dee558016e01cabb;hpb=0ebe3efc7b797546bcae87a946cff1c4cf472919;p=collectd.git diff --git a/src/exec.c b/src/exec.c index d2b2508d..44059856 100644 --- a/src/exec.c +++ b/src/exec.c @@ -23,6 +23,8 @@ * Peter Holik **/ +#define _BSD_SOURCE /* For setgroups */ + #include "collectd.h" #include "common.h" #include "plugin.h"