aboutsummaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-09-02 01:05:55 +0000
committerTiago Cunha <tcunha@gmx.com>2009-09-02 01:05:55 +0000
commit521659db4b14536a2786094540bcfc9222af6c5c (patch)
tree57bf1990631234cf856db01b8a18658ec8a38dcc /session.c
parenta3a150faf22fe1d8303e8e92aa2a6d92e7e10b5c (diff)
downloadrtmux-521659db4b14536a2786094540bcfc9222af6c5c.tar.gz
rtmux-521659db4b14536a2786094540bcfc9222af6c5c.tar.bz2
rtmux-521659db4b14536a2786094540bcfc9222af6c5c.zip
Adjust OpenBSD patchset 305 to the portable version.
Diffstat (limited to 'session.c')
-rw-r--r--session.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/session.c b/session.c
index 39873082..6e01d181 100644
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
-/* $Id: session.c,v 1.63 2009-09-02 01:02:44 tcunha Exp $ */
+/* $Id: session.c,v 1.64 2009-09-02 01:05:55 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -19,7 +19,6 @@
#include <sys/types.h>
#include <sys/time.h>
-#include <paths.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>