diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-01-24 09:13:16 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-01-24 09:13:16 +0000 |
commit | 49236b5e53a3b3c9bf0efa9d56faa652c695e60e (patch) | |
tree | 65f3cd2a98050149cb2f05d4827b91028bce3c67 /app/fvwm | |
parent | ea016b9170385278946a8a834a17034bb524d533 (diff) |
include <stdlib.h> to get exit() prototype declaration.
Diffstat (limited to 'app/fvwm')
-rw-r--r-- | app/fvwm/modules/FvwmBacker/root_bits.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/fvwm/modules/FvwmBacker/root_bits.c b/app/fvwm/modules/FvwmBacker/root_bits.c index e63257540..17bcbfeb3 100644 --- a/app/fvwm/modules/FvwmBacker/root_bits.c +++ b/app/fvwm/modules/FvwmBacker/root_bits.c @@ -18,6 +18,7 @@ #include <X11/Xlib.h> #include <stdio.h> +#include <stdlib.h> extern Display *dpy; extern int screen; |