dtscreen: include stdlib where appropriate
Signed-off-by: Robert Tomsick <robert@tomsick.net>
This commit is contained in:
committed by
Jon Trulson
parent
c12927e208
commit
ab926254fd
@@ -53,7 +53,8 @@
|
||||
*/
|
||||
|
||||
#include "dtscreen.h"
|
||||
#include <math.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define MAXCOLORS 64
|
||||
#define MAXWORMS 64
|
||||
|
||||
Reference in New Issue
Block a user