diff options
author | Sven Nierlein <Sven.Nierlein@consol.de> | 2013-08-20 17:01:52 +0200 |
---|---|---|
committer | Sven Nierlein <sven@consol.de> | 2013-08-20 17:02:02 +0200 |
commit | 4083622f86e1fe0fef1e81f23a2ca7a4614ea481 (patch) | |
tree | 217072824a91a8514e62308dc4ad3cea2ca22427 /plugins/common.h | |
parent | 4eab02cdaf01e1c44707586e3781a09c44b6aabe (diff) | |
download | monitoring-plugins-4083622f86e1fe0fef1e81f23a2ca7a4614ea481.tar.gz |
added missing header to fix build on freebsd
Diffstat (limited to 'plugins/common.h')
-rw-r--r-- | plugins/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/common.h b/plugins/common.h index 8f05c158..f1358380 100644 --- a/plugins/common.h +++ b/plugins/common.h @@ -117,9 +117,7 @@ #include <getopt.h> #include "dirname.h" -#ifdef HAVE_LOCALE_H #include <locale.h> -#endif #ifdef HAVE_SYS_POLL_H # include "sys/poll.h" |