commit 3df17ce91e5a37aee0cf9c6485c25e4c2a4dfa7f parent 6c59c626b1330d21ab6298e57a55e9568472a3e4 Author: hhvn <dev@hhvn.uk> Date: Mon, 25 Oct 2021 16:16:56 +0100 commands.c: correct includes Diffstat:
M | commands.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/commands.c b/commands.c @@ -1,6 +1,6 @@ #include <ncurses.h> -#include <ncurses.h> -#include <ncurses.h> +#include <stdlib.h> +#include <string.h> #include "hirc.h" void