diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-10-17 18:19:43 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-10-17 18:19:43 +0300 |
commit | 24b8430fa7a9a81b88c5c172c99bbc9a520ff4ba (patch) | |
tree | 479642ca2e58b6e51e5f5982f39e27ae83782ec3 /7_2/main.c | |
parent | 82ec99f51b2b3b7a7b36b43b22df07ec503158b8 (diff) |
X11 WORKING
Diffstat (limited to '7_2/main.c')
-rw-r--r-- | 7_2/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#include <X11/X.h> +#include <X11/Xlib.h> #include <assert.h> #include <errno.h> |