- add sys/wait.h for WIFEXITED and WEXITSTATUS

Index: c/dom.h
--- c/dom.h.orig
+++ c/dom.h
@@ -1,4 +1,4 @@
-
+#include <sys/wait.h>
 #include "resources.h"
 
 // Decker document object model
