mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Fix MASTER_SITES - Add LICENSE / LICENSE_FILE - Add missing dependencies: nspr and pixman - Remove unnecessary dependency: ssl - Re-generate patches using make makepatch PR: 230039 Approved by: maintainer
11 lines
302 B
C
11 lines
302 B
C
--- libfprint/drivers/vfs301_proto.c.orig 2013-01-12 13:18:37 UTC
|
|
+++ libfprint/drivers/vfs301_proto.c
|
|
@@ -33,7 +33,7 @@
|
|
#include <stdio.h>
|
|
#include <assert.h>
|
|
#include <stdlib.h>
|
|
-#include <libusb-1.0/libusb.h>
|
|
+#include <libusb.h>
|
|
|
|
#include "vfs301_proto.h"
|
|
#include "vfs301_proto_fragments.h"
|