blob: 9eae44f3fa4c222afc73ba82818876187ea5df86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-af,v 1.12 2009/10/23 07:46:08 tnn Exp $
--- kio/kio/kdirwatch.cpp.orig 2006-07-22 10:16:37.000000000 +0200
+++ kio/kio/kdirwatch.cpp
@@ -71,6 +71,7 @@
#include <linux/types.h>
// Linux kernel headers are documented to not compile
#define _S390_BITOPS_H
+#define _ASM_GENERIC_FCNTL_H
#include <linux/inotify.h>
static inline int inotify_init (void)
|