OpenBSD also provides uuid support directly in its libc, same as FreeBSD.
This commit is contained in:
committed by
Paul Beckingham
parent
e361c2c751
commit
933b2d8ebe
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user