diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2013-10-30 13:52:16 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2013-10-30 13:52:16 +0000 |
| commit | 842c5cdcb5e047c5c691f333a1026be70ffc5d42 (patch) | |
| tree | 81f83db92769eeb147a6a10c53894b5bc6479afd /net/vnc/files/patch-unix-tx-TXImage.cxx | |
| parent | Remove .orig-file, otherwise it is automatically installed. (diff) | |
Fix under 10-STABLE and 11-CURRENT.
Diffstat (limited to 'net/vnc/files/patch-unix-tx-TXImage.cxx')
| -rw-r--r-- | net/vnc/files/patch-unix-tx-TXImage.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/vnc/files/patch-unix-tx-TXImage.cxx b/net/vnc/files/patch-unix-tx-TXImage.cxx new file mode 100644 index 000000000000..a8da5d86f09d --- /dev/null +++ b/net/vnc/files/patch-unix-tx-TXImage.cxx @@ -0,0 +1,10 @@ +--- tx/TXImage.cxx.orig 2008-10-16 08:16:21.000000000 -0700 ++++ tx/TXImage.cxx 2013-10-29 09:32:04.015562191 -0700 +@@ -21,6 +21,7 @@ + + + #include <stdio.h> ++#include <stdlib.h> + #include <strings.h> + #include <sys/types.h> + #include <sys/ipc.h> |
