aboutsummaryrefslogtreecommitdiff
path: root/osdep-openbsd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-01-25 20:31:22 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-01-25 20:31:22 +0000
commit51233d8b2a8509405856439f11e7a60d08da8335 (patch)
treed02084aa6aa33ef415f343e809eefb1326613b13 /osdep-openbsd.c
parent68429cd0d3ebfa0a721814b097f03d95d532580c (diff)
parentdf6488a47088ec8bcddc6a1cfa85fec1a462c789 (diff)
downloadrtmux-51233d8b2a8509405856439f11e7a60d08da8335.tar.gz
rtmux-51233d8b2a8509405856439f11e7a60d08da8335.tar.bz2
rtmux-51233d8b2a8509405856439f11e7a60d08da8335.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'osdep-openbsd.c')
-rw-r--r--osdep-openbsd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/osdep-openbsd.c b/osdep-openbsd.c
index 7fe96d58..414228b7 100644
--- a/osdep-openbsd.c
+++ b/osdep-openbsd.c
@@ -16,7 +16,8 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/param.h>
+#include <sys/param.h> /* MAXCOMLEN */
+#include <sys/types.h>
#include <sys/proc.h>
#include <sys/sysctl.h>
#include <sys/stat.h>