16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
$NetBSD: patch-ad,v 1.2 2009/01/08 01:08:37 jmcneill Exp $
|
|
|
|
|
|
--- libucil/rgbops.c.orig 2008-06-12 11:25:11.000000000 -0400
|
|
+++ libucil/rgbops.c
|
|
@@ -13,7 +13,9 @@
|
|
#include "ucil.h"
|
|
|
|
#include <sys/types.h>
|
|
+#ifdef __linux__
|
|
#include <linux/types.h>
|
|
+#endif
|
|
|
|
|
|
void ucil_blend_rgb24_a( unicap_data_buffer_t *dest,
|