diff options
Diffstat (limited to 'sbin/gpt/show.c')
-rw-r--r-- | sbin/gpt/show.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/gpt/show.c b/sbin/gpt/show.c index 08fa66017749..62f8aff532c3 100644 --- a/sbin/gpt/show.c +++ b/sbin/gpt/show.c @@ -22,10 +22,11 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <sys/gpt.h> |