aboutsummaryrefslogtreecommitdiff
path: root/sbin/gpt/create.c
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2002-11-02 07:08:15 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2002-11-02 07:08:15 +0000
commitc1fd52ba742fe5d4b1e4252a174631a5d8252182 (patch)
treeeb56da074b111610275e0d94879c4ab06af6e5cd /sbin/gpt/create.c
parenta7f7dbc84a4cc90106ffc662bc21210d86b3c01c (diff)
downloadsrc-c1fd52ba742fe5d4b1e4252a174631a5d8252182.tar.gz
src-c1fd52ba742fe5d4b1e4252a174631a5d8252182.zip
o Remove the fallback implementations of uuid_create(),
uuid_from_string(), uuid_is_nil() and uuid_to_string(). o Include <uuid.h> where appropriate.
Notes
Notes: svn path=/head/; revision=106331
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 b2904f61e968..834d7ecfcf37 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"