aboutsummaryrefslogtreecommitdiff
path: root/common/string.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 17:06:02 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 17:06:02 +0300
commitea5ebe0809fb31b9f125ac0689f706cc5f3f078f (patch)
tree17081bd689709a9bfe48467c458425dea876bddd /common/string.c
parent8a5e4cf53d981e793fca90d9b51bd395265cf4db (diff)
downloadkmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.tar.gz
kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.zip
rename to kmi
Diffstat (limited to 'common/string.c')
-rw-r--r--common/string.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/string.c b/common/string.c
index c005c9f..d0bf877 100644
--- a/common/string.c
+++ b/common/string.c
@@ -6,9 +6,9 @@
* Implementations of some string.h stdlib functions.
*/
-#include <apos/string.h>
-#include <apos/types.h>
-#include <apos/attrs.h>
+#include <kmi/string.h>
+#include <kmi/types.h>
+#include <kmi/attrs.h>
/* we need to undef the macros in string.h, otherwise the names get mangled */
#undef strcpy