From 9a1750ccab88b9d3769aec477e99bbbf17747778 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 11 Jul 2016 00:10:05 -0400 Subject: ptycon.h: add missing include for libntapi's primary header (nt_pty). --- include/ptycon/ptycon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 #include #include "ptycon_api.h" -- cgit v1.2.3