summaryrefslogtreecommitdiffstats
path: root/sbin/gpt/create.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-11-02 07:08:15 +0000
committermarcel <marcel@FreeBSD.org>2002-11-02 07:08:15 +0000
commit31c989afa3922a58dd8729950e9958b50702b723 (patch)
treeeb56da074b111610275e0d94879c4ab06af6e5cd /sbin/gpt/create.c
parent1e67f1b1da96606fe4b70253018584632058c90a (diff)
downloadFreeBSD-src-31c989afa3922a58dd8729950e9958b50702b723.zip
FreeBSD-src-31c989afa3922a58dd8729950e9958b50702b723.tar.gz
o Remove the fallback implementations of uuid_create(),
uuid_from_string(), uuid_is_nil() and uuid_to_string(). o Include <uuid.h> where appropriate.
Diffstat (limited to 'sbin/gpt/create.c')
-rw-r--r--sbin/gpt/create.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/gpt/create.c b/sbin/gpt/create.c
index b2904f6..834d7ec 100644
--- a/sbin/gpt/create.c
+++ b/sbin/gpt/create.c
@@ -36,6 +36,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <uuid.h>
#include "map.h"
#include "gpt.h"
OpenPOWER on IntegriCloud