Ticket #35062: babl-palette-values-h.patch

File babl-palette-values-h.patch, 344 bytes (added by kurtjaeke@…, 12 years ago)

Fix header includes in babl/babl-palette.c.

  • babl/babl-palette.c

    old new  
    1919#include <stdlib.h>
    2020#include <string.h>
    2121#include <stdio.h>
    22 #include <values.h>
     22
     23#include <limits.h>
     24#include <float.h>
     25
    2326#include <assert.h>
    2427#include "config.h"
    2528#include "babl-internal.h"