Source-Changes-HG archive

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

[src/trunk]: src/lib/libusb Make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/10fefca46c4c
branches:  trunk
changeset: 501938:10fefca46c4c
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Jan 09 15:59:47 2001 +0000

description:
Make this compile again.
(What happened to the old custom of compiling before committing?)

diffstat:

 lib/libusb/usage.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6d96d8bbf41e -r 10fefca46c4c lib/libusb/usage.c
--- a/lib/libusb/usage.c        Tue Jan 09 14:29:22 2001 +0000
+++ b/lib/libusb/usage.c        Tue Jan 09 15:59:47 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usage.c,v 1.10 2001/01/09 14:29:22 lukem Exp $ */
+/*     $NetBSD: usage.c,v 1.11 2001/01/09 15:59:47 augustss Exp $      */
 
 /*
  * Copyright (c) 1999 Lennart Augustsson <augustss%netbsd.org@localhost>
@@ -26,6 +26,7 @@
  * SUCH DAMAGE.
  */
 
+#include <assert.h>
 #include <ctype.h>
 #include <err.h>
 #include <stdio.h>



Home | Main Index | Thread Index | Old Index