aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.netware
diff options
context:
space:
mode:
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r--ares/Makefile.netware3
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware
index 13ba3de36..f681f4c62 100644
--- a/ares/Makefile.netware
+++ b/ares/Makefile.netware
@@ -130,6 +130,9 @@ else
# INCLUDES += -I$(SDK_CLIB)/include/nlm/obsolete
# INCLUDES += -I$(SDK_CLIB)/include
endif
+ifeq ($(DB),CURLDEBUG)
+INCLUDES += -I../include
+endif
CFLAGS += -I. $(INCLUDES)
ifeq ($(MTSAFE),YES)