projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2309cd6
)
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 0508aaac81ec0a48ba524b444eaa368444ff2620..9d5500dd31bb1246678c7341760585f7b66e348a 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