2009-01-08 02:08:37 +01:00
|
|
|
$NetBSD: patch-ab,v 1.2 2009/01/08 01:08:37 jmcneill Exp $
|
2008-09-09 13:50:18 +02:00
|
|
|
|
|
|
|
|
2009-01-08 02:08:37 +01:00
|
|
|
--- libucil/colorspace.h.orig 2008-09-10 12:09:59.000000000 -0400
|
|
|
|
+++ libucil/colorspace.h
|
2008-09-09 13:50:18 +02:00
|
|
|
@@ -21,7 +21,9 @@
|
|
|
|
#define __COLORSPACE_H__
|
|
|
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
+#ifdef __linux__
|
|
|
|
#include <linux/types.h>
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#include "unicap.h"
|
|
|
|
|