update for HEAD-2003021201
[reactos.git] / lib / crtdll / stdlib / swab.c
index 0126c59..ec106ac 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
-#include <crtdll/stdlib.h>
+#include <msvcrt/stdlib.h>
 
 void   _swab (const char* caFrom, char* caTo, size_t sizeToCopy)
 {