Просмотр исходного кода

sstrip: Was missing include of <byteswap.h>

SVN-Revision: 24510
Daniel Dickinson 15 лет назад
Родитель
Сommit
20ad1b1cc3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tools/sstrip/src/sstrip.c

+ 1 - 0
tools/sstrip/src/sstrip.c

@@ -59,6 +59,7 @@
 #include	<unistd.h>
 #include	<unistd.h>
 #include	<fcntl.h>
 #include	<fcntl.h>
 #include	<elf.h>
 #include	<elf.h>
+#include	<byteswap.h>
 
 
 #ifndef TRUE
 #ifndef TRUE
 #define	TRUE		1
 #define	TRUE		1