E: Add missing header for waitpid function.

SVN revision: 63049
This commit is contained in:
Christopher Michael 2011-08-31 21:56:26 +00:00
parent 68960588df
commit 2af8bd79d7
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "e.h"
#include <sys/wait.h>
/* public variables */
EAPI unsigned long e_alert_composite_win = 0;