mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
vis compat stuff.
This commit is contained in:
8
compat.h
8
compat.h
@ -1,4 +1,4 @@
|
||||
/* $Id: compat.h,v 1.2 2009-06-25 17:02:59 nicm Exp $ */
|
||||
/* $Id: compat.h,v 1.3 2009-06-25 20:27:31 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -113,6 +113,12 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_VIS
|
||||
#include <vis.h>
|
||||
#else
|
||||
#include "compat/vis.h"
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRTONUM
|
||||
/* strtonum.c */
|
||||
long long strtonum(const char *, long long, long long, const char **);
|
||||
|
Reference in New Issue
Block a user