diff --git a/src/util/lopi_def.h b/src/util/lopi_def.h index 61cea1ff2..58376d9c7 100644 --- a/src/util/lopi_def.h +++ b/src/util/lopi_def.h @@ -26,6 +26,7 @@ * Modification Log: * ----------------- * .01 07-03-91 rac changed "bw" to "lopi" + * .02 07-03-91 rac eliminate some gcc warnings */ #include @@ -37,6 +38,7 @@ #include #include #include +#include VOID lopi_init(); @@ -76,6 +78,7 @@ VOID lopi_conn_handler(); VOID free_mem(); struct mon_node *find_channel(); VOID put_value(); +int to_short(); #define FN_LEN 24 #define LIST_END -1