aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-git-annex/files/patch-git-annex.cabal
blob: f19e74277f85aaaabe52613793fda03a0f4a64f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./git-annex.cabal.orig	2013-03-14 22:09:41.000000000 +0100
+++ ./git-annex.cabal	2013-03-22 03:43:51.000000000 +0100
@@ -112,7 +112,7 @@
       if (! os(windows) && ! os(solaris) && ! os(linux))
         CPP-Options: -DWITH_KQUEUE
         C-Sources: Utility/libkqueue.c
-        Includes: sys/event.h
+        Includes: sys/types.h sys/event.h
 
   if os(linux) && flag(Dbus)
     Build-Depends: dbus (>= 0.10.3)