Bug 716544 - Avoid unexpectedly including toolkit/crashreporter/google-breakpad/src/common/memory.h. r=ted

This commit is contained in:
Mike Hommey 2012-03-13 09:47:02 +01:00
parent 00b2353a00
commit cadf20b4c1

View File

@ -92,3 +92,8 @@ HOST_CSRCS = $(CSRCS)
FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/rules.mk
# Headers from this directory are included as "common/header.h". Having
# -I$(srcdir) on the command line makes us use common/memory.h when
# <memory.h> is included from system headers, which is not intended.
INCLUDES = $(LOCAL_INCLUDES) -I$(DIST)/include