16 lines
333 B
Text
16 lines
333 B
Text
$NetBSD: patch-ae,v 1.1 2006/04/22 18:06:30 joerg Exp $
|
|
|
|
--- ov519view.c.orig 2006-04-22 17:50:21.000000000 +0000
|
|
+++ ov519view.c
|
|
@@ -41,7 +41,11 @@
|
|
#include <string.h>
|
|
#include <err.h>
|
|
|
|
+#if defined(__DragonFly__)
|
|
+#include <bus/usb/usb.h>
|
|
+#else
|
|
#include <dev/usb/usb.h>
|
|
+#endif
|
|
|
|
#include <gtk/gtk.h>
|
|
#include <gdk_imlib.h>
|