Fixed __builtin config

This commit is contained in:
Vysheng 2014-09-09 15:57:58 +04:00
parent 54437e2e1a
commit 73e0be23d4

View File

@ -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) {