diff options
Diffstat (limited to 'gcc/splay-tree.c')
-rwxr-xr-x | gcc/splay-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/splay-tree.c b/gcc/splay-tree.c index 3c53a4c..b9f1cdb 100755 --- a/gcc/splay-tree.c +++ b/gcc/splay-tree.c @@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ Algorithms. Harper-Collins, Inc. 1991. */ #include "config.h" +#include "system.h" #include <stdlib.h> #include "splay-tree.h" |