summaryrefslogtreecommitdiff
path: root/slstatus.c
diff options
context:
space:
mode:
Diffstat (limited to 'slstatus.c')
-rw-r--r--slstatus.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/slstatus.c b/slstatus.c
index babcb89..99ef720 100644
--- a/slstatus.c
+++ b/slstatus.c
@@ -26,10 +26,10 @@
#undef strlcat
#undef strlcpy
-#include "arg.h"
-#include "strlcat.h"
-#include "strlcpy.h"
-#include "concat.h"
+#include "extern/arg.h"
+#include "extern/strlcat.h"
+#include "extern/strlcpy.h"
+#include "extern/concat.h"
struct arg {
char *(*func)();