diff options
Diffstat (limited to 'src/mesa/main/set.c')
-rw-r--r-- | src/mesa/main/set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/set.c b/src/mesa/main/set.c index 989e5dece86..52c1dabd82b 100644 --- a/src/mesa/main/set.c +++ b/src/mesa/main/set.c @@ -36,7 +36,7 @@ #include "macros.h" #include "set.h" -#include "ralloc.h" +#include "util/ralloc.h" /* * From Knuth -- a good choice for hash/rehash values is p, p-2 where |