mirror of
https://github.com/tmux/tmux.git
synced 2025-09-09 04:50:10 +00:00
Some tweaks for Solaris.
Get rid of vis.* in favour of a small replacement function.
This commit is contained in:
@ -33,7 +33,9 @@
|
||||
#ifndef _GETOPT_H_
|
||||
#define _GETOPT_H_
|
||||
|
||||
#if !defined (__SVR4) || !defined (__sun)
|
||||
#include <sys/cdefs.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
|
||||
|
Reference in New Issue
Block a user