diff -r ec296899d12f -r 35f67a8ef875 ucx/string.h --- a/ucx/string.h Thu Aug 16 12:36:23 2012 +0200 +++ b/ucx/string.h Tue Oct 02 11:18:47 2012 +0200 @@ -8,6 +8,8 @@ #ifndef _SSTRING_H #define _SSTRING_H +#include + #define S(s) { s, sizeof(s)-1 } #define ST(s) sstrn(s, sizeof(s)-1)