UweOhse / lrzsz

the lrzsz suite of x/y/z-modem tools.
GNU General Public License v2.0
44 stars 8 forks source link

lib/long-options.c: include stdlib.h #4

Open yegorich opened 1 month ago

yegorich commented 1 month ago

Fixes the following error (compiled with GCC 14.x):

long-options.c:70:11: error: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
   70 |           exit (0);
      |           ^~~~