summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h5
1 files changed, 3 insertions, 2 deletions
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 <fastd_config.h>
+#include "compat.h"
#include <stdbool.h>
#include <stddef.h>
-#include <stdint.h>
#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;