diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-26 03:28:36 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-26 03:28:36 +0800 |
commit | 055e661b871dffef18c6c8a2d3d99c94061d2028 (patch) | |
tree | 250ffce16fcf74e1d5a8f7c33bd520a65a10c14b /net/gtk-vnc/files/patch-src_continuation.h | |
parent | 747da2a9d7a0b338f6ae62e1cb750970584e888f (diff) | |
download | marcuscom-ports-055e661b871dffef18c6c8a2d3d99c94061d2028.tar.gz marcuscom-ports-055e661b871dffef18c6c8a2d3d99c94061d2028.tar.zst marcuscom-ports-055e661b871dffef18c6c8a2d3d99c94061d2028.zip |
Add CONFLICTS with the each others.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15869 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gtk-vnc/files/patch-src_continuation.h')
-rw-r--r-- | net/gtk-vnc/files/patch-src_continuation.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/gtk-vnc/files/patch-src_continuation.h b/net/gtk-vnc/files/patch-src_continuation.h new file mode 100644 index 000000000..549af869b --- /dev/null +++ b/net/gtk-vnc/files/patch-src_continuation.h @@ -0,0 +1,10 @@ +--- src/continuation.h.orig 2007-12-16 13:58:18.000000000 -0500 ++++ src/continuation.h 2007-12-16 13:58:39.000000000 -0500 +@@ -11,6 +11,7 @@ + #ifndef _CONTINUATION_H_ + #define _CONTINUATION_H_ + ++#include <sys/types.h> + #include <ucontext.h> + + struct continuation |