non-AT&T implementations of frexp.c in machine/gen/frexp.c
[unix-history] / usr / src / lib / libc / stdlib / abs.c
index f1639cd..b27b391 100644 (file)
@@ -6,9 +6,11 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)abs.c      5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)abs.c      5.2 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #endif /* LIBC_SCCS and not lint */
 
+#include <stdlib.h>
+
 int
 abs(j)
        int j;
 int
 abs(j)
        int j;