diff options
Diffstat (limited to 'common/string.c')
| -rw-r--r-- | common/string.c | 6 |
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 |
