diff options
Diffstat (limited to 'src/kv.c')
-rw-r--r-- | src/kv.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |