Remove unnecessary executable bits
[reactos.git] / modules / rostests / winetests / ntdll / large_int.c
old mode 100755 (executable)
new mode 100644 (file)
index 2313f9e..4562e67
  * windows.
  */
 
+#include <stdlib.h>
+
 #include "ntdll_test.h"
 
+
 /* Function ptrs for ntdll calls */
 static HMODULE hntdll = 0;
 static LONGLONG (WINAPI *pRtlExtendedMagicDivide)(LONGLONG, LONGLONG, INT);