patch-wrksp_c 328 B

123456789101112131415
  1. $OpenBSD: patch-wrksp_c,v 1.2 2012/02/21 22:19:31 sthen Exp $
  2. --- wrksp.c.orig Mon Aug 8 12:38:17 2005
  3. +++ wrksp.c Sun May 28 23:42:37 2006
  4. @@ -23,6 +23,10 @@
  5. #include <windows.h>
  6. #endif
  7. +#include <sys/types.h>
  8. +#include <sys/wait.h>
  9. +#include <ctype.h>
  10. +
  11. #define WANT_EVAL_REGS 1
  12. #include "logo.h"
  13. #include "globals.h"