update for HEAD-2003021201
[reactos.git] / lib / msvcrt / math / hypot.c
index 9ca52e3..aded378 100644 (file)
@@ -78,7 +78,7 @@ _hypot(double x, double y)
  
 #ifdef  TEST
  
-#include <crtdll/stdio.h>
+#include <msvcrt/stdio.h>
  
 int
 main(void)