Files
2013-09-26 17:14:40 +02:00

16 lines
341 B
Plaintext

$NetBSD: patch-af,v 1.2 2009/01/08 01:08:37 jmcneill Exp $
--- libucil/ucil_rawavi.c.orig 2008-08-20 12:31:37.000000000 -0400
+++ libucil/ucil_rawavi.c
@@ -27,7 +27,9 @@
#include <arpa/inet.h>
#include <sys/types.h>
+#ifdef __linux__
#include <linux/types.h>
+#endif
#include <semaphore.h>
#include <pthread.h>
#include <stdarg.h>