patch-utils_c 314 B

123456789101112
  1. $OpenBSD: patch-utils_c,v 1.1.1.1 2008/01/18 09:09:48 sthen Exp $
  2. --- utils.c.orig Thu Jan 4 21:49:43 2007
  3. +++ utils.c Thu Jan 4 21:49:54 2007
  4. @@ -12,6 +12,7 @@
  5. #include <stdarg.h>
  6. #include <unistd.h>
  7. #include <time.h>
  8. +#include <pthread.h>
  9. #include <signal.h>
  10. #include <sys/time.h>
  11. #include <sys/ioctl.h>