From c05f6064a48fd0e962d89a8c1fe8286433d2764c Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 24 Sep 2000 14:54:15 +0000 Subject: [PATCH] Add an include file git-svn-id: svn://svn.cc65.org/cc65/trunk@331 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/common/xsprintf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/xsprintf.h b/src/common/xsprintf.h index bf48ca083..6981842fd 100644 --- a/src/common/xsprintf.h +++ b/src/common/xsprintf.h @@ -38,6 +38,7 @@ +#include #include #include "attrib.h"