mirror of
https://github.com/swaywm/sway.git
synced 2024-11-04 23:43:14 +00:00
Import stdlib.h and define POSIX macro for rand()
This commit is contained in:
parent
0138f79b4a
commit
218a3787d2
|
@ -1,5 +1,7 @@
|
|||
#include <wayland-client.h>
|
||||
#define _POSIX_C_SOURCE 199506L
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <wayland-client.h>
|
||||
#include "cairo.h"
|
||||
#include "background-image.h"
|
||||
#include "swaylock/swaylock.h"
|
||||
|
|
Loading…
Reference in a new issue