Include required header files.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2738 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2012-11-16 15:48:31 +00:00
parent 24e017d7a6
commit 2f06bebc30
1 changed files with 4 additions and 2 deletions

View File

@ -39,9 +39,11 @@
#if HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
#if HAVE_FCNTL_H
//#if HAVE_FCNTL_H
# include <fcntl.h>
#endif
//#endif
#include <stdio.h>
#include <sys/ioctl.h>
#ifdef HAVE_LINUX_PPDEV_H
# include <linux/ppdev.h>