diff src/unexhp9k800.c @ 430:a5df635868b2 r21-2-23

Import from CVS: tag r21-2-23
author cvs
date Mon, 13 Aug 2007 11:29:08 +0200
parents 3ecd8885ac67
children abe6d1db359e
line wrap: on
line diff
--- a/src/unexhp9k800.c	Mon Aug 13 11:28:16 2007 +0200
+++ b/src/unexhp9k800.c	Mon Aug 13 11:29:08 2007 +0200
@@ -52,6 +52,7 @@
 
 
 #include <config.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include <fcntl.h>
 #include <errno.h>
@@ -80,7 +81,7 @@
 
 #ifdef HPUX_USE_SHLIBS
 #include <dl.h>			/* User-space dynamic loader entry points */
-void Save_Shared_Data();
+void Save_Shared_Data(void);
 int run_time_remap();
 #endif