Fixed __builtin config

This commit is contained in:
Vysheng 2014-09-09 15:57:58 +04:00
parent 74de6b24d1
commit 5539d232d5

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