#!/bin/sh
# CHECK-BUILD

. ./funcs.sh

has_header uuid.h || \
has_header uuid/uuid.h || fail "missing uuid headers (package uuid-dev)"
