dragonflybsd
This commit is contained in:
parent
34e6bf52fd
commit
4e5628f88d
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
#if defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
|
||||
// clang-format off
|
||||
#include <dbus/dbus-protocol.h> // DBUS_TYPE_*
|
||||
#include <dbus/dbus-shared.h> // DBUS_BUS_SESSION
|
||||
#include <fstream> // ifstream
|
||||
|
@ -21,6 +24,7 @@
|
|||
#include "src/wrappers/xcb.hpp"
|
||||
|
||||
#include "os.hpp"
|
||||
// clang-format on
|
||||
|
||||
using namespace util::types;
|
||||
using util::error::DracError, util::error::DracErrorCode;
|
||||
|
@ -442,3 +446,5 @@ namespace os {
|
|||
|
||||
fn GetPackageCount() -> Result<u64, DracError> { return shared::GetPackageCount(); }
|
||||
} // namespace os
|
||||
|
||||
#endif // __FreeBSD__ || __DragonFly__
|
Loading…
Add table
Add a link
Reference in a new issue