diff options
-rw-r--r-- | extern/arg.h (renamed from arg.h) | 0 | ||||
-rw-r--r-- | extern/concat.h (renamed from concat.h) | 0 | ||||
-rw-r--r-- | extern/strlcat.h (renamed from strlcat.h) | 0 | ||||
-rw-r--r-- | extern/strlcpy.h (renamed from strlcpy.h) | 0 | ||||
-rw-r--r-- | slstatus.c | 8 |
5 files changed, 4 insertions, 4 deletions
diff --git a/concat.h b/extern/concat.h index 7f2ea46..7f2ea46 100644 --- a/concat.h +++ b/extern/concat.h diff --git a/strlcat.h b/extern/strlcat.h index 2596420..2596420 100644 --- a/strlcat.h +++ b/extern/strlcat.h diff --git a/strlcpy.h b/extern/strlcpy.h index 6301674..6301674 100644 --- a/strlcpy.h +++ b/extern/strlcpy.h @@ -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)(); |