X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fexec.c;h=a2b0915c7c1e94c48a24d8730d55e7e798b2215b;hb=dd8429c16bc57f949abb2537e003b76ad88b6f90;hp=b9a7365effe5ab8ef8edd0ec9aba7d3645bb1c47;hpb=07e4683f7f985668641d79137b64d148bc18ba8a;p=collectd.git diff --git a/src/exec.c b/src/exec.c index b9a7365e..a2b0915c 100644 --- a/src/exec.c +++ b/src/exec.c @@ -18,11 +18,12 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: - * Florian octo Forster + * Florian octo Forster * Sebastian Harl * Peter Holik **/ +#define _DEFAULT_SOURCE #define _BSD_SOURCE /* For setgroups */ #include "collectd.h"