From a45a313422efa33f261cb1b53a08646a6b3ab947 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 11 Apr 2014 15:50:43 +0200 Subject: Improve shell command config handling --- src/types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index a474b78..37560b1 100644 --- a/src/types.h +++ b/src/types.h @@ -32,11 +32,10 @@ #pragma once -#include +#include "compat.h" #include #include -#include #define UNUSED __attribute__((unused)) @@ -132,6 +131,8 @@ typedef struct fastd_handshake fastd_handshake_t; typedef struct fastd_lex fastd_lex_t; typedef struct fastd_string_stack fastd_string_stack_t; +typedef struct fastd_shell_command fastd_shell_command_t; + typedef struct fastd_async_resolve_return fastd_async_resolve_return_t; -- cgit v1.2.3