Import stdlib.h and define POSIX macro for rand()
This commit is contained in:
parent
2c6703cd41
commit
495fcb627a
4
render.c
4
render.c
@ -1,5 +1,7 @@
|
|||||||
#include <wayland-client.h>
|
#define _POSIX_C_SOURCE 199506L
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <wayland-client.h>
|
||||||
#include "cairo.h"
|
#include "cairo.h"
|
||||||
#include "background-image.h"
|
#include "background-image.h"
|
||||||
#include "swaylock/swaylock.h"
|
#include "swaylock/swaylock.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user