Added missing stdlib.h for abs on gcc

This commit is contained in:
Jordan Cristiano 2015-05-15 19:16:15 -04:00
parent c2336e52c4
commit fe967e7656
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "bitbuf.h"
#include <string.h>
#include <math.h>
#include <stdlib.h>
// FIXME: Can't use this until we get multithreaded allocations in tier0 working for tools
// This is used by VVIS and fails to link