pkgsrc/x11/xvidcap/patches/patch-aa
xtraeme ee881e7236 Initial import of xvidcap-1.1.3 from pkgsrc-wip, packaged by Jeremy
C. Reed.

xvidcap is a tool (like Lotus ScreenCam and Camtasia) that captures
movement on a selected area of an X11 screen to files. Frame output
formats include: XWD, PPM, PNG, MNG, JPEG and MPEG.
2004-05-29 00:16:41 +00:00

12 lines
352 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2004/05/29 00:16:41 xtraeme Exp $
--- src/xt_control.c.orig Sat Feb 14 12:48:14 2004
+++ src/xt_control.c
@@ -29,6 +29,7 @@
#include <stdlib.h>
#include <limits.h> /* PATH_MAX */
#include <ctype.h> /* isdigit() */
+#include <sys/time.h>
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
#include <X11/Shell.h>