patch-pqueue_c 283 B

12345678910
  1. --- pptp-1.8.0.orig/pqueue.c 2013-10-23 10:10:46.000000000 +0200
  2. +++ pptp-1.8.0/pqueue.c 2013-12-22 11:35:52.000000000 +0100
  3. @@ -2,6 +2,7 @@
  4. #include <stdlib.h>
  5. #include <string.h>
  6. #include <assert.h>
  7. +#include <sys/types.h>
  8. #include "util.h" // for log()
  9. #include "pqueue.h"