From 2f06bebc30165185a1a9fa94266e7926893d9c24 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 16 Nov 2012 15:48:31 +0000 Subject: [PATCH] Include required header files. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2738 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/ptt_unix.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ptt_unix.c b/lib/ptt_unix.c index 1c8c85606..cce8e592f 100644 --- a/lib/ptt_unix.c +++ b/lib/ptt_unix.c @@ -39,9 +39,11 @@ #if HAVE_SYS_IOCTL_H # include #endif -#if HAVE_FCNTL_H +//#if HAVE_FCNTL_H # include -#endif +//#endif +#include +#include #ifdef HAVE_LINUX_PPDEV_H # include