From 7e9d5063af31cbcc05f47c01de3f8220585c5dfc Mon Sep 17 00:00:00 2001 From: "Valeriano A.R" Date: Sat, 5 May 2018 14:07:47 +0200 Subject: [PATCH] Fix compilation of filenode. --- src/filenode.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/filenode.h b/src/filenode.h index b54bb67..374bd41 100644 --- a/src/filenode.h +++ b/src/filenode.h @@ -1,6 +1,8 @@ #ifndef _FILENODE_H_ #define _FILENODE_H_ +#include "fileutil.h" + #define FileNode_Filename "nodesFile.fs" #define FileNode_Version 4