Add stdint.h in endianconv.h to fix issue #336.
This commit is contained in:
parent
2a34b225c4
commit
fd1236fc2d
@ -33,6 +33,8 @@
|
|||||||
#ifndef __ENDIANCONV_H
|
#ifndef __ENDIANCONV_H
|
||||||
#define __ENDIANCONV_H
|
#define __ENDIANCONV_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
void memrev16(void *p);
|
void memrev16(void *p);
|
||||||
void memrev32(void *p);
|
void memrev32(void *p);
|
||||||
void memrev64(void *p);
|
void memrev64(void *p);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user