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:
parent
88bc64366e
commit
396b85280a
|
@ -7,6 +7,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include "containers.h"
|
#include "containers.h"
|
||||||
|
#include "ipc.h"
|
||||||
|
|
||||||
struct string_list {
|
struct string_list {
|
||||||
char *buffer;
|
char *buffer;
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include "ctype.h"
|
#include "ctype.h"
|
||||||
|
#include "terminal.h"
|
||||||
|
|
||||||
static bool color_mode(void)
|
static bool color_mode(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue