[babl] babl/babl-palette.c: #include <limits.h>
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] babl/babl-palette.c: #include <limits.h>
- Date: Thu, 5 Apr 2012 14:36:51 +0000 (UTC)
commit 6075948c29306b9526c2a8e9e8cce65596c53a3c
Author: Ãyvind KolÃs <pippin gimp org>
Date: Thu Apr 5 16:35:51 2012 +0200
babl/babl-palette.c: #include <limits.h>
Fixing bug #673466 from reported by Tim Mooney, makes babl build on solaris.
babl/babl-palette.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/babl/babl-palette.c b/babl/babl-palette.c
index 7e72eaa..932c931 100644
--- a/babl/babl-palette.c
+++ b/babl/babl-palette.c
@@ -20,6 +20,7 @@
#include <string.h>
#include <stdio.h>
#include <values.h>
+#include <limits.h>
#include <assert.h>
#include "config.h"
#include "babl-internal.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]