patch-ptunnel_c 334 B

1234567891011
  1. --- ptunnel-0.61.orig/ptunnel.c 2005-07-13 11:57:27.000000000 +0200
  2. +++ ptunnel-0.61/ptunnel.c 2013-12-28 18:21:38.000000000 +0100
  3. @@ -43,7 +43,7 @@
  4. #include "ptunnel.h"
  5. #include <pthread.h>
  6. #include <stdarg.h>
  7. -#include <sys/unistd.h>
  8. +#include <unistd.h>
  9. #include <sys/types.h>
  10. #include <sys/socket.h>
  11. #include <netinet/in.h>