This commit is contained in:
Christoph Oelckers 2019-08-21 22:27:19 +02:00
commit a56bdda3f0

View file

@ -35,6 +35,11 @@
#include "palette.h"
#include "palentry.h"
#include <float.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
/****************************/
/* Palette management stuff */
/****************************/