diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-01-25 20:31:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-01-25 20:31:22 +0000 |
commit | 51233d8b2a8509405856439f11e7a60d08da8335 (patch) | |
tree | d02084aa6aa33ef415f343e809eefb1326613b13 /osdep-openbsd.c | |
parent | 68429cd0d3ebfa0a721814b097f03d95d532580c (diff) | |
parent | df6488a47088ec8bcddc6a1cfa85fec1a462c789 (diff) | |
download | rtmux-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.c | 3 |
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> |