16 lines
337 B
Text
16 lines
337 B
Text
$NetBSD: patch-ac,v 1.1 2006/04/22 18:18:38 joerg Exp $
|
|
|
|
--- 2.4/phpsshot.c.orig 2006-04-22 18:11:36.000000000 +0000
|
|
+++ 2.4/phpsshot.c
|
|
@@ -32,7 +32,11 @@
|
|
#include <string.h>
|
|
#include <err.h>
|
|
|
|
+#if defined(__DragonFly__)
|
|
+#include <bus/usb/usb.h>
|
|
+#else
|
|
#include <dev/usb/usb.h>
|
|
+#endif
|
|
|
|
#include "linux_usbif.h"
|
|
#include "pwc.h"
|