summaryrefslogtreecommitdiffhomepage
path: root/src/kv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kv.c')
-rw-r--r--src/kv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kv.c b/src/kv.c
index 019d017..698aa8e 100644
--- a/src/kv.c
+++ b/src/kv.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2022 Michael Smith <mikesmiffy128@gmail.com>
+ * Copyright © 2024 Michael Smith <mikesmiffy128@gmail.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -16,7 +16,7 @@
#include "intdefs.h"
#include "kv.h"
-#include "unreachable.h"
+#include "langext.h"
#define EOF -1