From a9550ade4c73562533ecc7ff50952d32938a69c9 Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 1 Apr 2012 17:20:10 +0000 Subject: [PATCH] Added a missing #include. git-svn-id: svn://svn.cc65.org/cc65/trunk@5634 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/common/filestat.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/filestat.c b/src/common/filestat.c index 6a965af36..e161e74ad 100644 --- a/src/common/filestat.c +++ b/src/common/filestat.c @@ -52,6 +52,9 @@ #include #endif +/* common */ +#include "filestat.h" + /*****************************************************************************/