diff options
author | 2010-01-17 20:15:47 +0000 | |
---|---|---|
committer | 2010-01-17 20:15:47 +0000 | |
commit | 9f669d0121360b80266eaf56eaea98b9078980dd (patch) | |
tree | 0f8f9bf2e01437c8155bef339b209d1b5ca490c4 /src/lib/util/avcomp.c | |
parent | 5eebfe6ba6220c9ae48ed76d1d2e979df8a23ea3 (diff) |
lib/util now includes stdlib.h where needed
Diffstat (limited to 'src/lib/util/avcomp.c')
-rw-r--r-- | src/lib/util/avcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/avcomp.c b/src/lib/util/avcomp.c index 1d8ff1e183a..0f2af7f68de 100644 --- a/src/lib/util/avcomp.c +++ b/src/lib/util/avcomp.c @@ -91,7 +91,7 @@ #include "chd.h" #include <math.h> - +#include <stdlib.h> /*************************************************************************** |