diff options
Diffstat (limited to 'tools/symcryptrun.c')
-rw-r--r-- | tools/symcryptrun.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c index 1d882a1d5..c75f637e6 100644 --- a/tools/symcryptrun.c +++ b/tools/symcryptrun.c @@ -74,6 +74,9 @@ #ifdef HAVE_PTY_H #include <pty.h> #endif +#ifdef HAVE_UTMP_H +#include <utmp.h> +#endif #include <ctype.h> #ifdef HAVE_LOCALE_H #include <locale.h> |