Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libusb > #include <sys/time.h> to make it compile again



details:   https://anonhg.NetBSD.org/src/rev/5108ea339fa6
branches:  trunk
changeset: 477164:5108ea339fa6
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Oct 13 17:48:04 1999 +0000

description:
> #include <sys/time.h> to make it compile again

diffstat:

 lib/libusb/descr.c |  3 ++-
 lib/libusb/parse.c |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r f6ee09ce5445 -r 5108ea339fa6 lib/libusb/descr.c
--- a/lib/libusb/descr.c        Wed Oct 13 14:28:07 1999 +0000
+++ b/lib/libusb/descr.c        Wed Oct 13 17:48:04 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: descr.c,v 1.6 1999/09/20 04:48:12 lukem Exp $  */
+/*     $NetBSD: descr.c,v 1.7 1999/10/13 17:48:04 drochner Exp $       */
 
 /*
  * Copyright (c) 1999 Lennart Augustsson <augustss%netbsd.org@localhost>
@@ -33,6 +33,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <sys/time.h>
 
 #include <dev/usb/usb.h>
 
diff -r f6ee09ce5445 -r 5108ea339fa6 lib/libusb/parse.c
--- a/lib/libusb/parse.c        Wed Oct 13 14:28:07 1999 +0000
+++ b/lib/libusb/parse.c        Wed Oct 13 17:48:04 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: parse.c,v 1.6 1999/09/20 04:48:12 lukem Exp $  */
+/*     $NetBSD: parse.c,v 1.7 1999/10/13 17:48:04 drochner Exp $       */
 
 /*
  * Copyright (c) 1999 Lennart Augustsson <augustss%netbsd.org@localhost>
@@ -29,6 +29,7 @@
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/time.h>
 
 #include <dev/usb/usb.h>
 #include <dev/usb/usbhid.h>



Home | Main Index | Thread Index | Old Index