mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 716544 - Avoid unexpectedly including toolkit/crashreporter/google-breakpad/src/common/memory.h. r=ted
This commit is contained in:
parent
73db411dd0
commit
461ff25a1a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user