Skip to content

Commit

Permalink
Merge pull request #148 from sifive/freedom-tools-master
Browse files Browse the repository at this point in the history
[Master port] Adding support for windows
  • Loading branch information
nategraff-sifive committed Aug 26, 2019
2 parents cf08008 + 233d534 commit 571a7ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fdt.c++
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#include "fdt.h++"
#ifdef __MINGW32__
#include <winsock.h>
#else
#include <arpa/inet.h>
#endif
#include <cassert>
#include <cstring>
#include <fcntl.h>
Expand Down

0 comments on commit 571a7ea

Please sign in to comment.