From 45e4e70ec50bc0d743dadc415e0c4a0695ce63fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Fri, 10 Jul 2020 22:29:10 -0300 Subject: make clear the separation of client and buffer --- buffer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buffer.cpp') diff --git a/buffer.cpp b/buffer.cpp index ba3f87c..9dbf118 100644 --- a/buffer.cpp +++ b/buffer.cpp @@ -1,3 +1,5 @@ +#include "page.cpp" + struct Buffer { const char *name; Page *storage; -- cgit v1.2.3