From: uz Date: Sun, 1 Apr 2012 17:20:10 +0000 (+0000) Subject: Added a missing #include. X-Git-Tag: V2.14~433 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a9550ade4c73562533ecc7ff50952d32938a69c9;p=cc65 Added a missing #include. git-svn-id: svn://svn.cc65.org/cc65/trunk@5634 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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" + /*****************************************************************************/