From 9a1750ccab88b9d3769aec477e99bbbf17747778 Mon Sep 17 00:00:00 2001 From: midipix Date: Jul 21 2016 07:47:26 +0000 Subject: ptycon.h: add missing include for libntapi's primary header (nt_pty). --- 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"