From afce58deb62271abf2b8d74225a9fd9028ac9a43 Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 10 Oct 2000 20:39:04 +0000 Subject: [PATCH] Added a missing include git-svn-id: svn://svn.cc65.org/cc65/trunk@352 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/locals.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.39.5