mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Adjust imsg changes to the portable version due to OpenBSD patchset 243.
This commit is contained in:
6
compat.h
6
compat.h
@ -1,4 +1,4 @@
|
||||
/* $Id: compat.h,v 1.8 2009-07-28 22:17:10 tcunha Exp $ */
|
||||
/* $Id: compat.h,v 1.9 2009-08-14 21:13:48 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -78,6 +78,10 @@
|
||||
#include "compat/vis.h"
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_IMSG
|
||||
#include "compat/imsg.h"
|
||||
#endif
|
||||
|
||||
#ifndef INFTIM
|
||||
#define INFTIM -1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user