mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
SunOS tweaks.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: cmd-set-password.c,v 1.3 2009-01-19 18:23:40 nicm Exp $ */
|
||||
/* $Id: cmd-set-password.c,v 1.4 2009-05-14 07:49:23 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -23,6 +23,10 @@
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
#ifdef HAVE_CRYPT_H
|
||||
#include <crypt.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Set server password.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user