guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: adb: Add missing "#include"s.


From: Danny Milosavljevic
Subject: 07/11: gnu: adb: Add missing "#include"s.
Date: Wed, 9 May 2018 19:06:53 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 1a0dd01bf913d505c46e865b96057b5c1178640c
Author: Danny Milosavljevic <address@hidden>
Date:   Thu May 10 00:13:46 2018 +0200

    gnu: adb: Add missing "#include"s.
    
    * gnu/packages/patches/adb-add-libraries.patch: Add missing "#include"s.
---
 gnu/packages/patches/adb-add-libraries.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/patches/adb-add-libraries.patch 
b/gnu/packages/patches/adb-add-libraries.patch
index 06b3ec3..b014832 100644
--- a/gnu/packages/patches/adb-add-libraries.patch
+++ b/gnu/packages/patches/adb-add-libraries.patch
@@ -17,3 +17,14 @@
      libbase \
      libcrypto_static \
      libdiagnose_usb \
+--- a/adb/sysdeps_test.cpp     2018-05-09 23:58:46.583163684 +0200
++++ b/adb/sysdeps_test.cpp     2018-05-09 23:56:41.356544648 +0200
+@@ -17,6 +17,8 @@
+ #include <gtest/gtest.h>
+ #include <unistd.h>
+ #include <atomic>
++#include <climits>
++#include <mutex>
+ 
+ #include "adb_io.h"
+ #include "sysdeps.h"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]