Skip to content

Commit

Permalink
Remove dependency on unix.h from port.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Mar 17, 2024
1 parent 8ab5ff3 commit 9c491d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/include/port.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ typedef int sigfunc(int);
# define SLASHDOT "/."
# define DOTSLASH "./"
# define DOTDOTSLASH "../"
# include "unix.h"
#endif // _WIN32
// Uses big_access32(), big_set32(), ... functions instead of macros.
// Some little endian machines may require this as well.
Expand Down

0 comments on commit 9c491d3

Please sign in to comment.