diff options
-rw-r--r-- | src/gallium/targets/Makefile.xorg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/Makefile.xorg b/src/gallium/targets/Makefile.xorg index f638fbe455c..e9f70591c27 100644 --- a/src/gallium/targets/Makefile.xorg +++ b/src/gallium/targets/Makefile.xorg @@ -22,6 +22,7 @@ INCLUDES = \ -I$(TOP)/src/gallium/include \ -I$(TOP)/src/gallium/drivers \ -I$(TOP)/src/gallium/auxiliary \ + -I$(TOP)/src/gallium/winsys \ $(DRIVER_INCLUDES) LIBNAME_STAGING = $(TOP)/$(LIB_DIR)/gallium/$(TARGET) |