Changeset 495
- Timestamp:
- 04/29/16 21:24:58 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpcenc/mpcenc.h
r494 r495 34 34 #include <stddef.h> 35 35 #include <math.h> 36 #include <sys/select.h>37 36 38 37 //// system dependent system includes ////////////////////////////// … … 43 42 # include <windows.h> 44 43 #elif defined __unix__ || defined __linux__ || defined __APPLE__ 44 # include <sys/select.h> 45 45 # include <unistd.h> 46 46 # include <locale.h>
Note: See TracChangeset
for help on using the changeset viewer.