diff configure @ 3993:a9ff45fa8129

it's in sys/ .. isn't it?
author gabucino
date Sat, 05 Jan 2002 12:29:25 +0000
parents 04b2227ab75a
children 92c59012249d
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