• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/bluez_utils/0004-test-add-missing-header.patch
Romain NaourRomain Naour committed d09d3a7fa0013 May 2017
Raw file
Source viewDiff to previous
 
1
From d3c098c2fde55ddf0c7d56eae56925103d35da73 Mon Sep 17 00:00:00 2001
2
From: Romain Naour <romain.naour@gmail.com>
3
Date: Sat, 13 May 2017 18:56:51 +0200
4
Subject: [PATCH] test: add missing header
5
​
6
test/attest.c: In function 'at_command':
7
test/attest.c:43:2: error: unknown type name 'fd_set'
8
  fd_set rfds;
9
  ^
10
​
11
Fixes:
12
http://autobuild.buildroot.net/results/06c/06c930d9c5299b79500d018ac3fb2861ce834c7c/
13
​
14
Signed-off-by: Romain Naour <romain.naour@gmail.com>
15
---
16
 test/attest.c | 2 ++
17
 1 file changed, 2 insertions(+)
18
​
19
diff --git a/test/attest.c b/test/attest.c
20
index 12ba682..2626cf1 100644
21
--- a/test/attest.c
22
+++ b/test/attest.c
23
@@ -35,6 +35,8 @@
24
 #include <sys/ioctl.h>
25
 #include <sys/socket.h>
26
 
27
+#include <sys/select.h>
28
+
29
 #include <bluetooth/bluetooth.h>
30
 #include <bluetooth/rfcomm.h>
31
 
32
-- 
33
2.9.3
34
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.