mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 06:10:36 +02:00
OpenBSD also provides uuid support directly in its libc, same as FreeBSD.
This commit is contained in:
parent
e361c2c751
commit
933b2d8ebe
4 changed files with 4 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
#include <vector>
|
||||
#include <map>
|
||||
#include <sys/types.h>
|
||||
#ifdef FREEBSD
|
||||
#if defined(FREEBSD) || defined(OPENBSD)
|
||||
#include <uuid.h>
|
||||
#else
|
||||
#include <uuid/uuid.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue