diff options
Diffstat (limited to 'src/compiler/glsl/main.cpp')
-rw-r--r-- | src/compiler/glsl/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/main.cpp b/src/compiler/glsl/main.cpp index e082bd69757..a730c033917 100644 --- a/src/compiler/glsl/main.cpp +++ b/src/compiler/glsl/main.cpp @@ -21,6 +21,7 @@ * DEALINGS IN THE SOFTWARE. */ +#include <stdlib.h> #include <stdio.h> #include <getopt.h> @@ -33,7 +34,6 @@ * offline compile GLSL code and examine the resulting GLSL IR. */ -#include "main/mtypes.h" #include "standalone.h" static struct standalone_options options; |