Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
lwnbdsvr/platform-ps2: include iomanX before redefining close()
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian authored and citronalco committed Nov 16, 2023
1 parent 60b4d94 commit fab4f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/network/lwnbdsvr/platform-ps2.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <ps2ip.h>
#include <sysclib.h>
#include <stdint.h>
#include <iomanX.h>

#define assert(expr) \
((expr) || \
Expand Down

0 comments on commit fab4f73

Please sign in to comment.