Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
3b0600c7
Commit
3b0600c7
authored
Feb 15, 2012
by
antirez
Browse files
Add stdint.h in endianconv.h to fix issue #336.
parent
4a701b38
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/endianconv.h
View file @
3b0600c7
...
...
@@ -33,6 +33,8 @@
#ifndef __ENDIANCONV_H
#define __ENDIANCONV_H
#include <stdint.h>
void
memrev16
(
void
*
p
);
void
memrev32
(
void
*
p
);
void
memrev64
(
void
*
p
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment