mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
$NetBSD: patch-ad,v 1.1 2006/03/13 17:32:26 joerg Exp $
|
|
|
|
--- src/callbacks.c.orig 2006-03-13 15:57:21.000000000 +0000
|
|
+++ src/callbacks.c
|
|
@@ -23,6 +23,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <time.h>
|
|
+#include <sys/time.h>
|
|
#include <gtk/gtk.h>
|
|
#include <ogle/dvdcontrol.h>
|
|
|