summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/tools/make_fs/make_fs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/tools/make_fs/make_fs.cc b/public/tools/make_fs/make_fs.cc
index f75527b1..98c31346 100644
--- a/public/tools/make_fs/make_fs.cc
+++ b/public/tools/make_fs/make_fs.cc
@@ -34,7 +34,7 @@ int main(int argc, char** argv)
::memcpy(block.Name, kDiskName, strlen(kDiskName));
::memcpy(block.Magic, kEPMMagic86, strlen(kEPMMagic86));
- uuid_generate_random((NeOS::UInt8*)&block.Guid);
+ ::uuid_generate_random((NeOS::UInt8*)&block.Guid);
std::ofstream output_epm("disk.eimg");
output_epm.write((NeOS::Char*)&block, sizeof(struct EPM_PART_BLOCK));