Mercurial > mplayer.hg
changeset 3993:a9ff45fa8129
it's in sys/ .. isn't it?
author | gabucino |
---|---|
date | Sat, 05 Jan 2002 12:29:25 +0000 |
parents | 549c09efc204 |
children | 80c88056563d |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jan 05 12:08:43 2002 +0000 +++ b/configure Sat Jan 05 12:29:25 2002 +0000 @@ -2074,7 +2074,7 @@ 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