diff options
| author | Michael Brown | 2007-11-21 04:29:53 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-11-21 04:29:53 +0100 |
| commit | 26f3a09ccf99244fffc4aad23b7bda78c3d9dd21 (patch) | |
| tree | 5c41bfc37056a01a8ee0baf68ab9627dd263fb62 /src/include/gpxe/uuid.h | |
| parent | Added definition of a UUID and uuid_ntoa() (for debugging), and (diff) | |
| download | ipxe-26f3a09ccf99244fffc4aad23b7bda78c3d9dd21.tar.gz ipxe-26f3a09ccf99244fffc4aad23b7bda78c3d9dd21.tar.xz ipxe-26f3a09ccf99244fffc4aad23b7bda78c3d9dd21.zip | |
Add UUID to DHCP request as option 97 (if available).
Diffstat (limited to 'src/include/gpxe/uuid.h')
| -rw-r--r-- | src/include/gpxe/uuid.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/uuid.h b/src/include/gpxe/uuid.h index 4f89be507..a62735c91 100644 --- a/src/include/gpxe/uuid.h +++ b/src/include/gpxe/uuid.h @@ -8,6 +8,9 @@ #include <stdint.h> +union uuid; +#include <bits/uuid.h> + /** A universally unique ID */ union uuid { /** Canonical form (00000000-0000-0000-0000-000000000000) */ |
