diff des.c @ 497:af2d7b4ffa64 libavutil

Fix des-test compilation.
author diego
date Fri, 18 Apr 2008 07:05:49 +0000
parents f4187c1c15a6
children 880c6441f56a
line wrap: on
line diff
--- a/des.c	Thu Apr 17 21:57:52 2008 +0000
+++ b/des.c	Fri Apr 18 07:05:49 2008 +0000
@@ -278,6 +278,9 @@
 }
 
 #ifdef TEST
+#undef printf
+#undef rand
+#undef srand
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/time.h>