Add -DTHIRD_PARTY to CFLAGS so as to configure system headers.
am: 716a46a8f2

* commit '716a46a8f2e9516bd9ac64674a5811374f446792':
  Add -DTHIRD_PARTY to CFLAGS so as to configure system headers.

Change-Id: Iaae5621b91fca8949b1f4f15dc07fe0be5d6ac21
diff --git a/Makefile b/Makefile
index 6eb8b61..c1be6b8 100644
--- a/Makefile
+++ b/Makefile
@@ -303,6 +303,8 @@
 SOURCES += stubs_hash.c
 SOURCES += stubs_sym.c
 CFLAGS += -DEMBEDDED_MODE
+# Configure system headers appropriately.
+CFLAGS += -DTHIRD_PARTY
 ifneq ($(ROOTDIR),)
 CFLAGS += -I$(ROOTDIR)
 endif