Commit 3b0600c7 authored by antirez's avatar antirez
Browse files

Add stdint.h in endianconv.h to fix issue #336.

parent 4a701b38
...@@ -33,6 +33,8 @@ ...@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment