mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
process.h: include stdbool.h
We use bool, so we should include stdbool.
This commit is contained in:
parent
ca9d605fa7
commit
3ad518cd97
@ -15,6 +15,8 @@
|
||||
#include "lib/malloc/malloc.h"
|
||||
#include "lib/string/printf.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
/** Maximum number of bytes to write to a process' stdin. */
|
||||
#define PROCESS_MAX_WRITE (1024)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user