copybit now uses a native_handle_t* instead of a fd/offset
diff --git a/libs/surfaceflinger/Android.mk b/libs/surfaceflinger/Android.mk
index 29b88e9..f718e7ada 100644
--- a/libs/surfaceflinger/Android.mk
+++ b/libs/surfaceflinger/Android.mk
@@ -47,6 +47,8 @@
 LOCAL_C_INCLUDES := \
 	$(call include-path-for, corecg graphics)
 
+LOCAL_C_INCLUDES += hardware/libhardware/modules/gralloc
+
 LOCAL_MODULE:= libsurfaceflinger
 
 include $(BUILD_SHARED_LIBRARY)