diff options
author | midipix <writeonce@midipix.org> | 2016-12-11 21:25:51 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-11 22:27:30 -0500 |
commit | 643bab43280d2cd7e071788ac13f4af3f4c280b8 (patch) | |
tree | 3a3979197d8a8cf20d4824ccc79688a975dba72d | |
parent | f2398f07fcbeab6a4e5dec5515e0d6cef564f8c4 (diff) | |
download | ntapi-643bab43280d2cd7e071788ac13f4af3f4c280b8.tar.bz2 ntapi-643bab43280d2cd7e071788ac13f4af3f4c280b8.tar.xz |
api headers: nt_symlink.h: explicitly include nt_port.h.
-rw-r--r-- | include/ntapi/nt_symlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/nt_symlink.h b/include/ntapi/nt_symlink.h index b92fc9f..e7bb301 100644 --- a/include/ntapi/nt_symlink.h +++ b/include/ntapi/nt_symlink.h @@ -3,6 +3,7 @@ #include <psxtypes/psxtypes.h> #include "nt_object.h" +#include "nt_port.h" typedef enum _nt_symlinkd_opcode { NT_SYMLINKD_OPCODE_BASE = 0x200000, |