From 3f5ef1ae3e9fb180da44f9055d097c8d80e1ec8d Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 9 Sep 2004 18:48:55 +0000
Subject: [PATCH] We need ..\smblib in the include path.

---
 src/sbbs3/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile
index 3789ef6f20..c4fb1b135c 100644
--- a/src/sbbs3/GNUmakefile
+++ b/src/sbbs3/GNUmakefile
@@ -44,7 +44,7 @@ else
  endif
 endif
 
-CFLAGS  +=  -I$(XPDEV)
+CFLAGS  +=  -I$(XPDEV) -I$(SMBLIB_SRC)
 CFLAGS	+=  $(UIFC_CFLAGS)
 
 ifndef bcc
-- 
GitLab