aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc/types.hin
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/rpc/types.hin')
-rw-r--r--src/lib/rpc/types.hin4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/rpc/types.hin b/src/lib/rpc/types.hin
index 9bd357d..8722759 100644
--- a/src/lib/rpc/types.hin
+++ b/src/lib/rpc/types.hin
@@ -61,9 +61,7 @@ typedef unsigned long rpc_u_int32;
# define NULL 0
#endif
-#if defined(__osf__)
-#include <stdlib.h>
-#endif
+@STDLIB_INCLUDE@
#define mem_alloc(bsize) (char *) malloc(bsize)
#define mem_free(ptr, bsize) free(ptr)