diff options
author | Aurélien Larcher <aurelien.larcher@gmail.com> | 2018-11-06 18:53:32 +0100 |
---|---|---|
committer | Alexander Pyhalov <apyhalov@gmail.com> | 2018-11-08 12:17:14 +0300 |
commit | 714f5e332aaa80ebc2e2bd47d8638075dd43b7ca (patch) | |
tree | a10be9a86f5374efab462d5a862119fe7072740e /usr/src/lib/libdrm/Makefile | |
parent | 8402a4fb7386890e2c5ca3eb1858ac2cfab1d203 (diff) | |
download | illumos-gfx-drm-714f5e332aaa80ebc2e2bd47d8638075dd43b7ca.tar.gz |
9958 Missing header libsync.h
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
Diffstat (limited to 'usr/src/lib/libdrm/Makefile')
-rw-r--r-- | usr/src/lib/libdrm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/libdrm/Makefile b/usr/src/lib/libdrm/Makefile index 04621c3..b8b751c 100644 --- a/usr/src/lib/libdrm/Makefile +++ b/usr/src/lib/libdrm/Makefile @@ -40,6 +40,7 @@ install := TARGET= install lint := TARGET= lint HDRS= \ + libsync.h \ xf86drm.h \ xf86drmMode.h |