summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/common/dri_wrapper.h
blob: 141ba02706a9592cecca4dd025adac9ace875413 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef DRI_WRAPPER_H
#define DRI_WRAPPER_H

#ifndef __NOT_HAVE_DRM_H
#include "dri_util.h"
#else
#include "drisw_util.h"
#endif

#endif