include <stdlib.h> to get exit() prototype declaration.

This commit is contained in:
matthieu
2021-01-24 09:13:15 +00:00
parent afbf765400
commit 42257acb57

View File

@@ -18,6 +18,7 @@
#include <X11/Xlib.h>
#include <stdio.h>
#include <stdlib.h>
extern Display *dpy;
extern int screen;