Fix build on OpenBSD
commit8556c2ccf64840a080a928312d8feed2834d4d29
authorJeremy Evans <code@jeremyevans.net>
Tue, 15 Feb 2011 01:03:53 +0000 (14 17:03 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 15 Feb 2011 16:55:14 +0000 (15 08:55 -0800)
tree5096ee9f2a00a20d36e5a1f90c684f558eabf38e
parent6d19ebb3a917b566830f8d33e95b1eea2e99658d
Fix build on OpenBSD

OpenBSD's getnameinfo(3) requires the sys/types.h header file, and
including it should not cause a problem for other OSes.

Acked-by: Eric Wong <normalperson@yhbt.net>
ext/kgio/extconf.rb