Thumbnail

rani/cscroll.git

Clone URL: https://git.buni.party/rani/cscroll.git

commit 93a8059cbb9494ed189b4daeed0b70d431d50de9 Author: Raniconduh <clagv.randomgames@gmail.com> Date: Mon Oct 11 10:19:41 2021 +0000 fix implicit declarations diff --git a/src/commands.c b/src/commands.c index 46b8d25..fa86b1e 100644 --- a/src/commands.c +++ b/src/commands.c @@ -15 +16 @@  #include <stdlib.h>  #include <unistd.h> +#include <string.h>    #include "dir.h"  #include "commands.h"