mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-15 20:11:38 +00:00
Tests/X11: Add missing include <stdlib.h> for 'rand'
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#define MAIN_H 1
|
||||
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
|
||||
/* include the X library headers */
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
Reference in New Issue
Block a user