summaryrefslogtreecommitdiff
path: root/src/packet/packet.h
diff options
context:
space:
mode:
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;