commit 0d1f19d7779e3b6b3940a6c7aff5935bbbd7971e parent 688e2e783d5d129a63c7b89390f14d5642988452 Author: Aaron Marcher <info@nulltime.net> Date: Sat, 7 Jan 2017 22:33:28 +0100 removed ./extern/ Diffstat:
R | extern/arg.h -> arg.h | | | 0 | |
M | slstatus.c | | | 2 | +- |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/extern/arg.h b/arg.h diff --git a/slstatus.c b/slstatus.c @@ -25,7 +25,7 @@ #include <unistd.h> #include <X11/Xlib.h> -#include "extern/arg.h" +#include "arg.h" struct arg { char *(*func)();