Tests/X11: Add missing include <stdlib.h> for 'rand'

This commit is contained in:
Brad King 2012-07-18 09:59:15 -04:00
parent 6b6c2e0b5c
commit 7fa8e532b6
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define MAIN_H 1
#include <iostream>
#include <stdlib.h>
/* include the X library headers */
#include <X11/Xlib.h>