diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-04-22 20:00:52 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-04-22 20:00:52 +0000 |
commit | b87e84c58ab6fa908883893553e6920b551bf1b7 (patch) | |
tree | 72a3b1a0c8d03d9a5f04581969676bca0464c4f5 /tools/regression | |
parent | e976502216a069039f433b952433ef7ebc655850 (diff) |
Notes
Diffstat (limited to 'tools/regression')
-rw-r--r-- | tools/regression/geom_gpt/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/geom_gpt/test.c b/tools/regression/geom_gpt/test.c index d750d30e8d55a..8c160fa1f050c 100644 --- a/tools/regression/geom_gpt/test.c +++ b/tools/regression/geom_gpt/test.c @@ -29,12 +29,12 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <errno.h> -#include <libgeom.h> #include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <libgeom.h> struct retval { struct retval *retval; |