]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
rrd_daemon: move include of arpa/inet.h to avoid use on Windows
authorPeter A. Bigot <pab@pabigot.com>
Tue, 20 May 2014 15:08:15 +0000 (10:08 -0500)
committerPeter A. Bigot <pab@pabigot.com>
Tue, 20 May 2014 15:11:18 +0000 (10:11 -0500)
commitb2b78e85ac336220d863107f45866f3f9ea162dc
treea49792890886c128d70af523ceae3965810f6bb0
parent9d06bd95eef393530e89e838cec15a3553682254
rrd_daemon: move include of arpa/inet.h to avoid use on Windows

arpa/inet.h may not be available on Windows systems; since I can't test
that, avoid trying to include it there.  Since the code that depends on
it is conditional on a define that would be provided by it, there should
be no impact from its absence except that somebody who uses Windows
would have to rework the fix for ipv4-over-ipv6 for that platform.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
src/rrd_daemon.c