diff --git a/src/helpers.h b/src/helpers.h index bdd4c3f..2798c63 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -5,6 +5,10 @@ #include #include +#if !defined(__GNUC__) && !defined(__attribute__) +# define __attribute__(X) +#endif + uint64_t le64_load(const unsigned char *p); void le64_store(unsigned char *p, uint64_t x);