summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/session.h b/session.h
index bdac05934..c3a12821f 100644
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: session.h,v 1.27 2006/03/25 22:22:43 djm Exp $ */ 1/* $OpenBSD: session.h,v 1.28 2006/07/06 16:03:53 stevesk Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -26,6 +26,10 @@
26#ifndef SESSION_H 26#ifndef SESSION_H
27#define SESSION_H 27#define SESSION_H
28 28
29#include <sys/types.h>
30
31#include <pwd.h>
32
29#define TTYSZ 64 33#define TTYSZ 64
30typedef struct Session Session; 34typedef struct Session Session;
31struct Session { 35struct Session {