mirror of
https://github.com/tmux/tmux.git
synced 2024-12-24 10:08:48 +00:00
FreeBSD requires stdint.h.
This commit is contained in:
parent
cf77c80b93
commit
92a42a9e7d
@ -1,4 +1,4 @@
|
||||
/* $Id: client-msg.c,v 1.9 2007-10-12 11:24:15 nicm Exp $ */
|
||||
/* $Id: client-msg.c,v 1.10 2007-10-19 20:50:01 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -18,6 +18,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $Id: xmalloc.c,v 1.4 2007-10-03 13:07:42 nicm Exp $ */
|
||||
/* $Id: xmalloc.c,v 1.5 2007-10-19 20:50:01 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2004 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -20,6 +20,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <libgen.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user