1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00

Added a missing include

git-svn-id: svn://svn.cc65.org/cc65/trunk@352 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-10-10 20:39:04 +00:00
parent cbf4fa5707
commit afce58deb6

View File

@ -35,7 +35,8 @@
/* common */
#include "xmalloc.h"
#include "xsprintf.h"
/* cc65 */
#include "anonname.h"
#include "asmlabel.h"