diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-23 16:21:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-23 16:21:48 +0000 |
commit | d587e5dea449f34e6c0275debea44ad8a0449cd2 (patch) | |
tree | cb736df9d6409804fd181e79665a08e933a3a1c0 /graphics | |
parent | 3c94766954bdee5645cc71d7252a4d3c4f176589 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libgphoto2/files/patch-camlibs-ptp2-ptpip.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/libgphoto2/files/patch-camlibs-ptp2-ptpip.c b/graphics/libgphoto2/files/patch-camlibs-ptp2-ptpip.c new file mode 100644 index 000000000000..27fd74bf6a96 --- /dev/null +++ b/graphics/libgphoto2/files/patch-camlibs-ptp2-ptpip.c @@ -0,0 +1,10 @@ +--- camlibs/ptp2/ptpip.c.orig Tue Jun 20 04:02:16 2006 ++++ camlibs/ptp2/ptpip.c Sat Jun 24 00:33:29 2006 +@@ -31,6 +31,7 @@ + #include <stdio.h> + #include <time.h> + #include <errno.h> ++#include <sys/types.h> + #include <sys/select.h> + + #include <sys/socket.h> |