sign: rename byteswap.h to avoid name clash with the standard one on Linux
This commit is contained in:
parent
46449a02a3
commit
2f9769d0ed
@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
#include "protocollistiterator.h"
|
||||
#include "streambase.h"
|
||||
|
||||
#include "byteswap.h"
|
||||
#include "bswap.h"
|
||||
|
||||
#include <qendian.h>
|
||||
|
||||
|
@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
|
||||
#ifndef _BYTE_SWAP_H
|
||||
#define _BYTE_SWAP_H
|
||||
#ifndef _B_SWAP_H
|
||||
#define _B_SWAP_H
|
||||
|
||||
#include <QtGlobal>
|
||||
|
Loading…
Reference in New Issue
Block a user