Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix kpty on BSD (#2021)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14146 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 25, 2010
1 parent 21c2359 commit 2fed1cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/grass/qtermwidget/kpty.cpp
Expand Up @@ -45,6 +45,11 @@
# endif
#endif

#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#define HAVE_LOGIN
#define HAVE_LIBUTIL_H
#endif

#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/time.h>
Expand Down

0 comments on commit 2fed1cc

Please sign in to comment.