projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e213353
)
[tools] sstrip: Was missing include of <byteswap.h>
author
Daniel Dickinson
<crazycshore@gmail.com>
Sun, 12 Dec 2010 04:57:07 +0000
(
04:57
+0000)
committer
Daniel Dickinson
<crazycshore@gmail.com>
Sun, 12 Dec 2010 04:57:07 +0000
(
04:57
+0000)
SVN-Revision: 24510
tools/sstrip/src/sstrip.c
patch
|
blob
|
history
diff --git
a/tools/sstrip/src/sstrip.c
b/tools/sstrip/src/sstrip.c
index
0508aaa
..
9d5500d
100644
(file)
--- a/
tools/sstrip/src/sstrip.c
+++ b/
tools/sstrip/src/sstrip.c
@@
-59,6
+59,7
@@
#include <unistd.h>
#include <fcntl.h>
#include <elf.h>
+#include <byteswap.h>
#ifndef TRUE
#define TRUE 1