From 2a763a57ae4476757f842444fa742137ff9c6973 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 14 Feb 2001 16:40:45 +0000 Subject: [PATCH] Fixed the vxWorks.h fix fir C++ --- configure/os/CONFIG.Common.vxWorksCommon | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/os/CONFIG.Common.vxWorksCommon b/configure/os/CONFIG.Common.vxWorksCommon index 34bacb350..3b7b4b83f 100644 --- a/configure/os/CONFIG.Common.vxWorksCommon +++ b/configure/os/CONFIG.Common.vxWorksCommon @@ -71,6 +71,7 @@ OP_SYS_LDLIBS = # Fix for vxWorks headers using macros defined in # vxWorks.h but not including vxWorks.h OP_SYS_CFLAGS += -include $(GNU_TARGET_INCLUDE_DIR)/vxWorks.h +OP_SYS_CPPFLAGS += -include $(GNU_TARGET_INCLUDE_DIR)/vxWorks.h #-------------------------------------------------- # code flags