Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: third_party/libusb/src/libusb/interrupt.c

Issue 19490008: Recommit: Update libusb 1.0.9 to libusbx 1.0.16 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libusb/src/libusb/interrupt.h ('k') | third_party/libusb/src/libusb/io.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libusb/src/libusb/interrupt.c
diff --git a/third_party/libusb/src/libusb/interrupt.c b/third_party/libusb/src/libusb/interrupt.c
index addec7884a21dab3693f902b1c92059bd5f51460..59221f51ca8ca7e3c6d6f993d3027c119cb8e1f3 100644
--- a/third_party/libusb/src/libusb/interrupt.c
+++ b/third_party/libusb/src/libusb/interrupt.c
@@ -1,7 +1,9 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stdlib.h>
+
#include "libusbi.h"
int API_EXPORTED libusb_interrupt_handle_event(struct libusb_context* ctx) {
« no previous file with comments | « third_party/libusb/src/libusb/interrupt.h ('k') | third_party/libusb/src/libusb/io.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698