Skip to content
Snippets Groups Projects
Commit 3ad518cd authored by Nick Mathewson's avatar Nick Mathewson :question:
Browse files

process.h: include stdbool.h

We use bool, so we should include stdbool.
parent ca9d605f
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment