From 76721c2348f438863b132d712d5234caf3abc1e9 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Thu, 8 Nov 2018 14:19:25 -0700 Subject: [PATCH] dtcalc/calctool.h: Use include stdlib rather than extern declarations --- cde/programs/dtcalc/calctool.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cde/programs/dtcalc/calctool.h b/cde/programs/dtcalc/calctool.h index c676f1c3..c525ea18 100644 --- a/cde/programs/dtcalc/calctool.h +++ b/cde/programs/dtcalc/calctool.h @@ -106,10 +106,7 @@ extern char *_DtGetMessage(char *filename, int set, int n, char *s); #define PS2_DIN_NAME "PS2_DIN_KEYBOARD" #endif -extern char *getenv P((const char *)) ; -extern char *mktemp P((char *)) ; - -extern double drand48 P(()) ; +#include #define MEM 1 #define FIN 2 -- 2.25.1