From 51002c0440b0e410efa3845f2633826aad7f3aa3 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 14 Nov 2016 10:13:22 -0800 Subject: [PATCH] intel: Add uthash.h to Makefile.sources. --- intel/Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/intel/Makefile.sources b/intel/Makefile.sources index 7b2272c7..6947ab74 100644 --- a/intel/Makefile.sources +++ b/intel/Makefile.sources @@ -6,7 +6,8 @@ LIBDRM_INTEL_FILES := \ intel_decode.c \ intel_chipset.h \ mm.c \ - mm.h + mm.h \ + uthash.h LIBDRM_INTEL_H_FILES := \ intel_bufmgr.h \