blob: 759eaa995c006a1cc36e63906f57d1d461c70a89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ad,v 1.1 2006/04/22 18:32:00 joerg Exp $
--- snx101shot.c.orig 2006-04-22 18:26:04.000000000 +0000
+++ snx101shot.c
@@ -40,7 +40,11 @@
#include <string.h>
#include <err.h>
+#if defined(__DragonFly__)
+#include <bus/usb/usb.h>
+#else
#include <dev/usb/usb.h>
+#endif
#include "sonix.h"
|