Changeset 493


Ignore:
Timestamp:
02/15/16 00:15:07 (8 years ago)
Author:
r2d
Message:

apply patch from buildroot :
https://git.busybox.net/buildroot/tree/package/musepack/0004-missing-sys-select.patch
Add missing <sys/select.h> include

This header is needed when types like fd_set are used. This fixes a
build issue occuring on the musl C library.

Signed-off-by: Bernd Kuhls <bernd.kuhls@…>
[Thomas: better commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcenc/mpcenc.h

    r492 r493  
    3434#include <stddef.h>
    3535#include <math.h>
     36#include <sys/select.h>
    3637
    3738//// system dependent system includes //////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.