util: Move ralloc to a new src/util directory.
[mesa.git] / src / glsl / glsl_types.h
index 0b63d4850e1e8a04e1106e119a6f9d747769b488..50cd655dc76860306fe502af21af5043ed81e434 100644 (file)
@@ -81,7 +81,7 @@ enum glsl_interface_packing {
 
 #ifdef __cplusplus
 #include "GL/gl.h"
-#include "ralloc.h"
+#include "util/ralloc.h"
 
 struct glsl_type {
    GLenum gl_type;