From a767040a53182cde16434cba686252bbaf776cf9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 24 Feb 2013 12:58:04 +0100 Subject: 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 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) -- cgit v1.2.3