diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-28 07:46:35 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-28 07:46:35 +0200 |
commit | b7c91420b0814ee20088d27953582a5064c9a467 (patch) | |
tree | 152a28450601cb77593df8e119114478287eceb1 /tools/gethostn.c | |
parent | 480125e16ce0cdd63d9ee0b47565789984c217e0 (diff) | |
download | rsyslog-b7c91420b0814ee20088d27953582a5064c9a467.tar.gz rsyslog-b7c91420b0814ee20088d27953582a5064c9a467.tar.xz rsyslog-b7c91420b0814ee20088d27953582a5064c9a467.zip |
begun implementing a diagnostic plugin (not yet completed)
Diffstat (limited to 'tools/gethostn.c')
-rw-r--r-- | tools/gethostn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gethostn.c b/tools/gethostn.c index 746b9381..df7ce38b 100644 --- a/tools/gethostn.c +++ b/tools/gethostn.c @@ -26,6 +26,7 @@ #include "config.h" #include <stdio.h> +#include <stdlib.h> #include <unistd.h> int main(int __attribute__((unused)) argc, char __attribute__((unused)) *argv[]) |