diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 7368bba3..8f9c14c8 100644 --- a/config.h.in +++ b/config.h.in @@ -5,6 +5,8 @@ /* Define to the library version */ #define ALSOFT_VERSION "${LIB_VERSION}" +#define ALIGN(x) ${ALIGN_DECL} + /* Define if we have SSE CPU extensions */ #cmakedefine HAVE_SSE |