diff options
Diffstat (limited to 'src/glsl/list.h')
-rw-r--r-- | src/glsl/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/list.h b/src/glsl/list.h index 3ee6cdaa9a9..b6c32bcccaf 100644 --- a/src/glsl/list.h +++ b/src/glsl/list.h @@ -69,7 +69,7 @@ #endif #include <assert.h> -#include "ralloc.h" +#include "util/ralloc.h" struct exec_node { struct exec_node *next; |