summaryrefslogtreecommitdiff
path: root/lib/libutil/readlabel.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-08-16 18:34:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-08-16 18:34:41 +0000
commit90649af9089dd1dc7763d8bf8f16837915184967 (patch)
treed3b1b87a355477e70ade2ae41c64f93083733131 /lib/libutil/readlabel.c
parent1dd31862c4767860d39180b4b4f8a33012ab22ad (diff)
consistently use #include "util.h" not <util.h> since util.h lives in this dir.
Diffstat (limited to 'lib/libutil/readlabel.c')
-rw-r--r--lib/libutil/readlabel.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libutil/readlabel.c b/lib/libutil/readlabel.c
index 7b921f6b9da..b4634dab846 100644
--- a/lib/libutil/readlabel.c
+++ b/lib/libutil/readlabel.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: readlabel.c,v 1.4 1997/11/18 19:57:29 millert Exp $ */
+/* $OpenBSD: readlabel.c,v 1.5 2001/08/16 18:34:40 millert Exp $ */
/*
* Copyright (c) 1996, Jason Downs. All rights reserved.
@@ -33,7 +33,6 @@
#include <paths.h>
#include <string.h>
#include <unistd.h>
-#include <util.h>
#include <sys/dkio.h>
#define DKTYPENAMES
#include <sys/disklabel.h>
@@ -41,6 +40,8 @@
#include <sys/param.h>
#include <sys/stat.h>
+#include "util.h"
+
/*
* Try to get a disklabel for the specified device, and return mount_xxx
* style filesystem type name for the specified partition.