X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fstdlib%2Fabs.c;h=5680b25992ca7be8d598b5e866683d38eb04260e;hp=286388803debfcf44cf3c914ec97f4626dcea029;hb=03af8776dc14167b078911b0c7c5327d1bcdd128;hpb=f4077c1bf64ef89d74a8d4822d2d7aada3ba9927 diff --git a/lib/crtdll/stdlib/abs.c b/lib/crtdll/stdlib/abs.c index 2863888..5680b25 100644 --- a/lib/crtdll/stdlib/abs.c +++ b/lib/crtdll/stdlib/abs.c @@ -1,5 +1,6 @@ /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ -#include +#include +#include int abs(int j)