branch update for HEAD-2003021201
[reactos.git] / lib / crtdll / stdlib / rot.c
index 7a67cb6..c25ffd5 100644 (file)
@@ -8,7 +8,8 @@
  *              03/04/99: Created
  */
 
-#include <crtdll/stdlib.h>
+#include <msvcrt/stdlib.h>
+#include <msvcrt/crttypes.h>
 
 unsigned int _rotl( unsigned int value, int shift )
 {