mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
I am almost certain we don't need crypt or rt now, and it builds fine on
Linux without.
This commit is contained in:
6
compat.h
6
compat.h
@ -1,4 +1,4 @@
|
||||
/* $Id: compat.h,v 1.29 2010-10-27 21:34:59 nicm Exp $ */
|
||||
/* $Id: compat.h,v 1.30 2010-10-27 21:40:03 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -63,10 +63,6 @@ typedef uint64_t u_int64_t;
|
||||
#include "compat/bitstring.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CRYPT_H
|
||||
#include <crypt.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PATHS_H
|
||||
#include <paths.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user