diff options
author | arved <arved@FreeBSD.org> | 2003-01-16 04:04:57 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-16 04:04:57 +0800 |
commit | 0108b1330c30d4848325dceab12fd012eb84a284 (patch) | |
tree | e23bd8f454c3b5e2e7a07d4d6fc0ff7b356d909a /graphics | |
parent | f8f97ccc61403712dd5a50afa6f99787b5dec943 (diff) | |
download | freebsd-ports-gnome-0108b1330c30d4848325dceab12fd012eb84a284.tar.gz freebsd-ports-gnome-0108b1330c30d4848325dceab12fd012eb84a284.tar.zst freebsd-ports-gnome-0108b1330c30d4848325dceab12fd012eb84a284.zip |
Add a missing include.
PR: 47072
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pornview/files/patch-src::support::widgets::gtkxine.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/pornview/files/patch-src::support::widgets::gtkxine.h b/graphics/pornview/files/patch-src::support::widgets::gtkxine.h new file mode 100644 index 000000000000..f0ef130010cb --- /dev/null +++ b/graphics/pornview/files/patch-src::support::widgets::gtkxine.h @@ -0,0 +1,10 @@ +--- src/support/widgets/gtkxine.h.orig Sat Nov 23 22:56:41 2002 ++++ src/support/widgets/gtkxine.h Sat Dec 7 15:09:28 2002 +@@ -12,6 +12,7 @@ + + #ifdef ENABLE_XINE + ++#include <pthread.h> + #include <X11/X.h> + #include <X11/Xlib.h> + #include <X11/extensions/XShm.h> |