Reverted latest changes.
[reactos.git] / reactos / lib / user32 / windows / hook.c
index 25865c3..c61ac49 100644 (file)
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: hook.c,v 1.7 2002/09/07 15:12:45 chorns Exp $
+/* $Id: hook.c,v 1.8 2002/09/08 10:23:12 chorns Exp $
  *
  * PROJECT:         ReactOS user32.dll
  * FILE:            lib/user32/windows/input.c
@@ -28,7 +28,9 @@
 
 /* INCLUDES ******************************************************************/
 
+#include <windows.h>
 #include <user32.h>
+#include <debug.h>
 
 /* FUNCTIONS *****************************************************************/