Added missed include to compile on NetBSD.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 3 Oct 2013 18:16:46 +0000 (20:16 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 3 Oct 2013 18:16:46 +0000 (20:16 +0200)
commit1270f2796fd0dc6fafc117302dc6afc823505714
tree62c5f9faafba344fc6d782bbe0735485e4190645
parent5c6b54dded4a4bcfb7248e80fe5311ca4c4d0eef
Added missed include to compile on NetBSD.

<sys/wait.h> is needed for WIFEXITED and WEXITSTATUS macros.

Thanks Leonardo Taccari for this patch.
src/command.c