blob: b386e7f39caf7084f2a43067a0e78dbf5e44cc17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
Index: b/usr/src/cmd/sgs/libelf/common/data.c
===================================================================
--- a/usr/src/cmd/sgs/libelf/common/data.c
+++ b/usr/src/cmd/sgs/libelf/common/data.c
@@ -27,6 +27,7 @@
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
+#include <stdlib.h>
#include <libelf.h>
#include "decl.h"
Index: b/usr/src/cmd/sgs/libelf/common/getbase.c
===================================================================
--- a/usr/src/cmd/sgs/libelf/common/getbase.c
+++ b/usr/src/cmd/sgs/libelf/common/getbase.c
@@ -26,6 +26,7 @@
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
+#include <stdlib.h>
#include <ar.h>
#include "libelf.h"
#include "decl.h"
Index: b/usr/src/cmd/sgs/libelf/common/rand.c
===================================================================
--- a/usr/src/cmd/sgs/libelf/common/rand.c
+++ b/usr/src/cmd/sgs/libelf/common/rand.c
@@ -26,6 +26,7 @@
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
+#include <stdlib.h>
#include "libelf.h"
#include "decl.h"
#include "msg.h"
|