Check for failed allocations. Spotted by Martin Bealby.
[reactos.git] / reactos / lib / ntdll / ldr / elf.c
index 09a5c11..0996481 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: elf.c,v 1.2 2004/12/30 05:59:11 hyperion Exp $
+/* $Id$
 */
 
 /*
  * John Polstra <jdp@polstra.com>.
  */
 
+#include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
+
 #if 0
 
 #ifndef __GNUC__