Fix compile error on FreeBSD (patch by Ricardo Buring)
commit2237db5e9cbf36065c5db1c17d2da9f2b3fa788c
authorAxel Beckert <abe@deuxchevaux.org>
Thu, 18 Jun 2009 19:47:34 +0000 (18 21:47 +0200)
committerAxel Beckert <abe@deuxchevaux.org>
Thu, 18 Jun 2009 19:47:34 +0000 (18 21:47 +0200)
tree3f18a5794ae2a86f578c3765f81cc73c0f023bba
parentfe6f180efc561c6ec4de5f10eebb42b795a1a78c
Fix compile error on FreeBSD (patch by Ricardo Buring)

Add "#include <sys/resource.h>" to conkeror-spawn-helper so that it also
builds on FreeBSD where including /usr/include/sys/wait.h doesn't automatically
includes /usr/include/sys/resource.h, too.

Found and patched by Ricardo Buring <burin080@planet.nl>. Thanks!
conkeror-spawn-helper.c