Changes in src/aubio_priv.h [4fe62ba:b235c0e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
r4fe62ba rb235c0e 34 34 */ 35 35 36 #if 1 //HAVE_CONFIG_H 36 37 #include "config.h" 38 #endif 37 39 38 40 #if HAVE_STDLIB_H … … 45 47 46 48 /* must be included before fftw3.h */ 47 #if defHAVE_COMPLEX_H49 #if HAVE_COMPLEX_H 48 50 #include <complex.h> 49 51 #endif 50 52 51 #if defined(HAVE_FFTW3) || defined(HAVE_FFTW3F)53 #if HAVE_FFTW3 || HAVE_FFTW3F 52 54 #include <fftw3.h> 53 55 #endif 54 56 55 #if defHAVE_MATH_H57 #if HAVE_MATH_H 56 58 #include <math.h> 57 59 #endif 58 60 59 #if defHAVE_STRING_H61 #if HAVE_STRING_H 60 62 #include <string.h> 61 63 #endif 62 64 63 #if defHAVE_LIMITS_H65 #if HAVE_LIMITS_H 64 66 #include <limits.h> // for CHAR_BIT, in C99 standard 65 67 #endif
Note: See TracChangeset
for help on using the changeset viewer.