r600g: fix build failure when building the driver without LLVM

This commit is contained in:
Marek Olšák 2015-01-12 23:13:48 +01:00
parent 0e6f0eea1a
commit bed6f20f28
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
#include "radeon/radeon_video.h"
#include <inttypes.h>
#ifndef HAVE_LLVM
#define HAVE_LLVM 0
#endif
/*
* pipe_context
*/