include <fcntl.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3409 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-09-07 20:30:10 +00:00
parent 3b9d299052
commit 3ef3ed6304
2 changed files with 8 additions and 0 deletions

View File

@@ -61,6 +61,10 @@
#include <netinet/in.h>
#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif

View File

@@ -61,6 +61,10 @@
#include <netinet/in.h>
#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif