소스 검색

gbm: add a couple missing includes

Needed for memset() and drmIoctl().

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
tags/13.0-branchpoint
Eric Engestrom 9 년 전
부모
커밋
e9864f93c6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/gbm/backends/dri/gbm_driint.h

+ 2
- 0
src/gbm/backends/dri/gbm_driint.h 파일 보기

@@ -28,6 +28,8 @@
#ifndef _GBM_DRI_INTERNAL_H_
#define _GBM_DRI_INTERNAL_H_

#include <xf86drm.h>
#include <string.h>
#include <sys/mman.h>
#include "gbmint.h"
#include "c11/threads.h"

Loading…
취소
저장