wireguard-tools: drag in headers for prototypes

ipc.c and terminal.c provide definitions for prototypes in their
respective headers, drag those in.

Signed-off-by: Kyle Evans <kevans@FreeBSD.org>
This commit is contained in:
Kyle Evans 2021-03-10 08:44:36 -06:00 committed by Jason A. Donenfeld
parent 88bc64366e
commit 396b85280a
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <stdlib.h>
#include <errno.h>
#include "containers.h"
#include "ipc.h"
struct string_list {
char *buffer;

View File

@ -11,6 +11,7 @@
#include <stdbool.h>
#include <unistd.h>
#include "ctype.h"
#include "terminal.h"
static bool color_mode(void)
{