X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fload.c;h=cf5221b278a425688845df5e9ff75b30b6e05501;hb=be99a844a40d7037a910d37a894988b807631a6e;hp=9c75ae1169b0ebdc6f029a5b827c252bb105cf26;hpb=e8999694aac7184ac4eea29564a2892f188c4171;p=collectd.git diff --git a/src/load.c b/src/load.c index 9c75ae11..cf5221b2 100644 --- a/src/load.c +++ b/src/load.c @@ -1,6 +1,6 @@ /** * collectd - src/load.c - * Copyright (C) 2005-2007 Florian octo Forster + * Copyright (C) 2005-2008 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -19,6 +19,8 @@ * Florian octo Forster **/ +#define _BSD_SOURCE + #include "collectd.h" #include "common.h" #include "plugin.h"