diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-04 14:47:38 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-04 14:47:38 +0000 |
commit | 69b17661d7460c1b74a04ad5bc46de0d30d18b73 (patch) | |
tree | 56ebb15e2f2f97ad0b48e699816b67687c55ed83 /loader | |
parent | f7d7e887d9c75c0efaadb0beba7cce42a2cb5cc0 (diff) |
stdlib.h added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2074 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r-- | loader/dshow/libwin32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/dshow/libwin32.h b/loader/dshow/libwin32.h index 42aa44dd64..13d5468a2a 100644 --- a/loader/dshow/libwin32.h +++ b/loader/dshow/libwin32.h @@ -35,6 +35,7 @@ #include <stdarg.h> //#include <string> #include <stdio.h> +#include <stdlib.h> typedef unsigned int uint_t; // use as generic type - |