From c993d8e7101226c8c14c92a5814cca23602f58a4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 24 Feb 2013 12:58:04 +0100 Subject: [PATCH] git-annex.cabal: declare dependency on header file when building on BSD --- git-annex.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/git-annex.cabal b/git-annex.cabal index a9af63ee7c..79e49bd3b2 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)