diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-05 12:29:25 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-05 12:29:25 +0000 |
commit | 278c0e8ef56b59863027e602b288407cb63b7aaf (patch) | |
tree | e8520d00d68fe3b25991d01795b3410ddcd1e578 /configure | |
parent | 585b6b7529dcd1cc95c679430d371b7f84959c8d (diff) |
it's in sys/ .. isn't it?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3994 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2074,7 +2074,7 @@ fi echocheck "DVD support (libcss - old style)" if test "$_css" = auto ; then cat > $TMPC <<EOF -#include <types.h> +#include <sys/types.h> #include <css.h> int main(void) { (void) CSSisEncrypted(0); return 0; } EOF |