]> git.pond.sub.org Git - empserver/blobdiff - src/lib/lwp/lwpint.h
Break inclusion cycle: prototypes.h and commands.h included each
[empserver] / src / lib / lwp / lwpint.h
index 2f1edcd7c240ea80b1a4befcb3701a7e8993c4e6..e7cb65bc717318ef617ba3532dbb22fbb96003f7 100644 (file)
 #ifndef LWPINT_H
 #define LWPINT_H
 
+#include <signal.h>
 #ifdef UCONTEXT
 #include <ucontext.h>
 #else  /* !UCONTEXT */
 #include <setjmp.h>
 #endif /* !UCONTEXT */
 
+#include "misc.h"
+
 /* process control block.  do *not* change the position of context */
 struct lwpProc {
 #ifdef UCONTEXT