fixed some compile problems with msvc 2003/2005
[reactos.git] / reactos / subsys / system / taskmgr / proclist.c
index 21a633a..2614880 100644 (file)
@@ -20,7 +20,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <precomp.h>
+#include "precomp.h"
 
 
 INT_PTR CALLBACK    ProcessListWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);