mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 330237 - editline.c:1038: warning: implicit declaration of function getpid. r=mrbkap
This commit is contained in:
parent
1694ed5ded
commit
f7c8db5a8a
@ -64,6 +64,7 @@
|
||||
#include "editline.h"
|
||||
#include <signal.h>
|
||||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/*
|
||||
** Manifest constants.
|
||||
@ -154,12 +155,10 @@ int rl_meta_chars = 0;
|
||||
** Declarations.
|
||||
*/
|
||||
STATIC CHAR *editinput();
|
||||
extern int read();
|
||||
extern int write();
|
||||
#if defined(USE_TERMCAP)
|
||||
extern char *getenv();
|
||||
extern char *tgetstr();
|
||||
extern int tgetent();
|
||||
#include <stdlib.h>
|
||||
#include <curses.h>
|
||||
#include <term.h>
|
||||
#endif /* defined(USE_TERMCAP) */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user