Fixed __builtin config
This commit is contained in:
parent
74de6b24d1
commit
5539d232d5
1 changed files with 3 additions and 0 deletions
3
crc32.c
3
crc32.c
|
@ -23,8 +23,11 @@
|
|||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "crc32.h"
|
||||
#endif
|
||||
|
||||
#ifndef HAVE___BUILTIN_BSWAP32
|
||||
static inline unsigned __builtin_bswap32(unsigned x) {
|
||||
|
|
Loading…
Add table
Reference in a new issue