blob: a6be04d8be90132bafb4d989535f1581511b97ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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>
|