Skip to content

Commit b145f11

Browse files
committed
Fix compilation with newer clang/gcc versions
1 parent f4d1bae commit b145f11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/mips/mips/test.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ b mips_disassemble
1010
#include <stdint.h>
1111
#include <inttypes.h>
1212

13+
#ifndef WIN32
14+
#include <arpa/inet.h>
15+
#endif
16+
1317
#include "mips.h"
1418

1519
int disassemble(uint32_t insword, uint64_t address, MipsVersion version, int flags, char *result)

0 commit comments

Comments
 (0)