diff -r d9f4285c795c -r 2f5dea574a75 src/ucx/string.h --- a/src/ucx/string.h Sat Oct 28 11:25:27 2017 +0200 +++ b/src/ucx/string.h Sat Oct 28 15:43:51 2017 +0200 @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 2017 Olaf Wintermann. All rights reserved. + * Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -48,8 +48,8 @@ #ifndef UCX_STRING_H #define UCX_STRING_H -#include -#include +#include "ucx.h" +#include "allocator.h" #include /** Shortcut for a sstr_t struct literal. */