summaryrefslogtreecommitdiffstats
path: root/lib/libss/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libss/error.c')
-rw-r--r--lib/libss/error.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libss/error.c b/lib/libss/error.c
index 3946359..223d72a 100644
--- a/lib/libss/error.c
+++ b/lib/libss/error.c
@@ -6,6 +6,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
/*
* Our standalone dpANS environment on the RT doesn't include any
@@ -25,6 +26,8 @@
#undef ss_error
+extern void com_err_va __P(( ));
+
char * ss_name(sci_idx)
int sci_idx;
{
OpenPOWER on IntegriCloud