Tests/X11: Add missing include <stdlib.h> for 'rand'
This commit is contained in:
parent
6b6c2e0b5c
commit
7fa8e532b6
|
@ -15,6 +15,7 @@
|
|||
#define MAIN_H 1
|
||||
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
|
||||
/* include the X library headers */
|
||||
#include <X11/Xlib.h>
|
||||
|
|
Loading…
Reference in New Issue