diff options
Diffstat (limited to 'net/gtk-vnc/files/patch-src_continuation.h')
-rw-r--r-- | net/gtk-vnc/files/patch-src_continuation.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/gtk-vnc/files/patch-src_continuation.h b/net/gtk-vnc/files/patch-src_continuation.h index 6b4878259190..51988c122fd4 100644 --- a/net/gtk-vnc/files/patch-src_continuation.h +++ b/net/gtk-vnc/files/patch-src_continuation.h @@ -1,10 +1,10 @@ ---- src/continuation.h.orig 2011-02-18 16:29:10.000000000 +0000 -+++ src/continuation.h 2011-02-20 17:50:37.000000000 +0000 -@@ -21,6 +21,7 @@ - #ifndef _CONTINUATION_H_ - #define _CONTINUATION_H_ +--- src/continuation.h.orig 2025-02-07 09:45:55 UTC ++++ src/continuation.h +@@ -23,6 +23,7 @@ + #include <stddef.h> + #include <setjmp.h> +#include <sys/types.h> - #include <ucontext.h> struct continuation + { |