From d1102bf781b8d7aae6707ad77cb7089cbd49e37e Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 9 Oct 2006 04:21:45 +0000 Subject: [PATCH] Added API for file access --- include/System.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/System.h b/include/System.h index 562b2cf..3da5c28 100644 --- a/include/System.h +++ b/include/System.h @@ -12,6 +12,7 @@ # include "System/buffer.h" # include "System/config.h" # include "System/event.h" +# include "System/file.h" # include "System/string.h" #endif /* !LIBSYSTEM_SYSTEM_H */