diff options
author | Dave Airlie <airlied@redhat.com> | 2012-05-16 15:14:32 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-23 11:00:29 +0100 |
commit | 9aabc04d76fa976abb4a74f4e9676c7556e88df3 (patch) | |
tree | 563810d3cf0e0ca162911b5f29b6eb9d51e2c6c5 /src/intel.h | |
parent | c9ce6ae8a6fc7b1a91aef1e59640c39024d0426d (diff) |
intel: add compat header file for conversion fns
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/intel.h')
-rw-r--r-- | src/intel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel.h b/src/intel.h index f806aea8..e274db10 100644 --- a/src/intel.h +++ b/src/intel.h @@ -69,6 +69,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "intel_driver.h" #include "intel_list.h" +#include "compat-api.h" #if HAVE_UDEV #include <libudev.h> |