summaryrefslogtreecommitdiff
path: root/src/packet/packet.h
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-04-11 09:27:16 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-04-11 09:27:16 -0400
commitb22811eca246c9805cd1972981bc289e224181e6 (patch)
tree021f1c298c194cb2ade17f83fcf09c18ed2a703f /src/packet/packet.h
parentread from config (diff)
downloadwrapper-b22811eca246c9805cd1972981bc289e224181e6.tar.gz
wrapper-b22811eca246c9805cd1972981bc289e224181e6.tar.bz2
wrapper-b22811eca246c9805cd1972981bc289e224181e6.zip
config
Diffstat (limited to 'src/packet/packet.h')
-rw-r--r--src/packet/packet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/packet/packet.h b/src/packet/packet.h
index aa1c35e..48b0902 100644
--- a/src/packet/packet.h
+++ b/src/packet/packet.h
@@ -6,6 +6,8 @@
#include "record.h"
#include "../server/addr.h"
+#include <stdbool.h>
+
typedef struct {
Header header;
Question* questions;