From 601eb3a374fe0f7f5c92ed9b0c4abd43990b0def Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 11 Oct 2013 02:49:40 +0000 Subject: [PATCH] Attempt to for Borland build. --- src/xpdev/ini_file.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/xpdev/ini_file.c b/src/xpdev/ini_file.c index 4f9452eef8..1b5a0b1d9d 100644 --- a/src/xpdev/ini_file.c +++ b/src/xpdev/ini_file.c @@ -44,6 +44,9 @@ #include "dirwrap.h" /* fexist */ #include "filewrap.h" /* chsize */ #include "ini_file.h" +#if !defined(NO_SOCKET_SUPPORT) +#include "sockwrap.h" +#endif /* Maximum length of entire line, includes '\0' */ #define INI_MAX_LINE_LEN (INI_MAX_VALUE_LEN*2) -- GitLab