diff --git a/src/cc65/locals.c b/src/cc65/locals.c index d17b8f811..082488443 100644 --- a/src/cc65/locals.c +++ b/src/cc65/locals.c @@ -35,7 +35,8 @@ /* common */ #include "xmalloc.h" - +#include "xsprintf.h" + /* cc65 */ #include "anonname.h" #include "asmlabel.h"