SunOS tweaks.

This commit is contained in:
Nicholas Marriott
2009-05-14 07:49:23 +00:00
parent 3b0bd5a3e6
commit 5adb342147
2 changed files with 10 additions and 4 deletions

View File

@ -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.
*/