diff options
author | midipix <writeonce@midipix.org> | 2016-07-11 00:10:05 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-21 03:47:26 -0400 |
commit | 9a1750ccab88b9d3769aec477e99bbbf17747778 (patch) | |
tree | 0b88e7b5032cc3b6d22ef8d21dc6f3be4bfb8cc9 /include | |
parent | f26f14d0dfce321d7d9d3907334864ae2ed5fa8f (diff) | |
download | ptycon-9a1750ccab88b9d3769aec477e99bbbf17747778.tar.bz2 ptycon-9a1750ccab88b9d3769aec477e99bbbf17747778.tar.xz |
ptycon.h: add missing include for libntapi's primary header (nt_pty).
Diffstat (limited to 'include')
-rw-r--r-- | include/ptycon/ptycon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index d91238a..f53c764 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -1,6 +1,7 @@ #ifndef PTYCON_H #define PTYCON_H +#include <ntapi/ntapi.h> #include <stdint.h> #include "ptycon_api.h" |