mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 19:47:18 +02:00
FreeBSD
- Converted __FreeBSD__ to FREEBSD for consistency.
This commit is contained in:
parent
da7cc6eed7
commit
04e0df6965
3 changed files with 13 additions and 10 deletions
|
@ -28,11 +28,12 @@
|
|||
#ifndef INCLUDED_UTIL
|
||||
#define INCLUDED_UTIL
|
||||
|
||||
#include <cmake.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <sys/types.h>
|
||||
#ifdef __FreeBSD__
|
||||
#ifdef FREEBSD
|
||||
#include <uuid.h>
|
||||
#else
|
||||
#include <uuid/uuid.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue