summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Peter Simons <simons@ubuntu-12.04>2013-02-24 12:58:04 +0100
committerGravatar Joey Hess <joey@kitenet.net>2013-02-28 16:02:27 -0400
commita767040a53182cde16434cba686252bbaf776cf9 (patch)
tree78edc362cfa00a97cdee66d0d212d1d597dff842 /git-annex.cabal
parentd059e78914ef21c8f5bf4caef4775b42752ae6ac (diff)
git-annex.cabal: declare dependency on <sys/event.h> header file when building on BSD
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index a9af63ee7..79e49bd3b 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -117,6 +117,7 @@ Executable git-annex
if (! os(windows) && ! os(solaris) && ! os(linux))
CPP-Options: -DWITH_KQUEUE
C-Sources: Utility/libkqueue.c
+ Includes: sys/event.h
if os(linux) && flag(Dbus)
Build-Depends: dbus (>= 0.10.3)