• 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/musepack/0004-missing-sys-select.patch
Bernd KuhlsBernd Kuhls committed 5f3aed3f50f30 Jan 2016
Raw file
Source viewDiff to previous
 
1
Add missing <sys/select.h> include
2
​
3
This header is needed when types like fd_set are used. This fixes a
4
build issue occuring on the musl C library.
5
​
6
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
7
[Thomas: better commit log.]
8
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9
​
10
Index: b/mpcenc/mpcenc.h
11
===================================================================
12
--- a/mpcenc/mpcenc.h
13
+++ b/mpcenc/mpcenc.h
14
@@ -34,6 +34,7 @@
15
 //// portable system includes //////////////////////////////////////
16
 #include <stddef.h>
17
 #include <math.h>
18
+#include <sys/select.h>
19
 
20
 //// system dependent system includes //////////////////////////////
21
 // low level I/O, where are prototypes and constants?
  • 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.