summaryrefslogtreecommitdiff
path: root/libinstaller/advio.c
diff options
context:
space:
mode:
authorPaulo Alcantara <pcacjr@zytor.com>2015-11-10 22:14:30 -0200
committerPaulo Alcantara <pcacjr@zytor.com>2015-11-10 22:14:30 -0200
commit82aac76005b7b19f48b42cbcb192dab6d17b6b05 (patch)
treef2eaedc76b8587d30889b03b0f3a5d4d913b67e0 /libinstaller/advio.c
parentb8251024ac0635ec025886f71f3e065886c9cef4 (diff)
downloadsyslinux-82aac76005b7b19f48b42cbcb192dab6d17b6b05.tar.gz
libinstaller: introduce syslxrw library
Due to size constraints on DOS systems, do not include whole syslxcom into DOS-based installer for using xpread() and xpwrite() functions, instead make them part of another separate library and include it only. Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
Diffstat (limited to 'libinstaller/advio.c')
-rw-r--r--libinstaller/advio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libinstaller/advio.c b/libinstaller/advio.c
index 66e477ed..e282e11c 100644
--- a/libinstaller/advio.c
+++ b/libinstaller/advio.c
@@ -32,6 +32,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include "syslxint.h"
+#include "syslxrw.h"
#include "syslxcom.h"
/*