ARB prog parser: include imports.h to kill some compiler warnings

This commit is contained in:
Luo Jinghua 2009-08-22 13:52:46 +08:00 committed by Ian Romanick
parent 180c304943
commit 523cb80d0f

View file

@ -32,6 +32,7 @@
#include <assert.h>
#include "main/imports.h"
#include "main/simple_list.h"
#include "hash_table.h"