mirror of
https://github.com/tmux/tmux.git
synced 2025-04-23 12:58:50 +00:00
Typo: bsdpoll.h -> bsd-poll.h.
This commit is contained in:
parent
851a35eb5e
commit
81f06ba170
4
compat.h
4
compat.h
@ -1,4 +1,4 @@
|
|||||||
/* $Id: compat.h,v 1.3 2009-06-25 20:27:31 nicm Exp $ */
|
/* $Id: compat.h,v 1.4 2009-07-01 22:43:48 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -86,7 +86,7 @@
|
|||||||
#ifdef HAVE_POLL
|
#ifdef HAVE_POLL
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
#else
|
#else
|
||||||
#include "compat/bsdpoll.h"
|
#include "compat/bsd-poll.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_GETOPT
|
#ifdef HAVE_GETOPT
|
||||||
|
Loading…
Reference in New Issue
Block a user