Changeset 495


Ignore:
Timestamp:
04/29/16 21:24:58 (8 years ago)
Author:
r2d
Message:

correction of a Windows build error

File:
1 edited

Legend:

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

    r494 r495  
    3434#include <stddef.h>
    3535#include <math.h>
    36 #include <sys/select.h>
    3736
    3837//// system dependent system includes //////////////////////////////
     
    4342# include <windows.h>
    4443#elif defined __unix__  ||  defined __linux__  ||  defined __APPLE__
     44# include <sys/select.h>
    4545# include <unistd.h>
    4646# include <locale.h>
Note: See TracChangeset for help on using the changeset viewer.