]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKruti Pendharkar <kp025370@broadcom.com>
Mon, 1 Dec 2025 06:48:33 +0000 (22:48 -0800)
committerKruti Pendharkar <kp025370@broadcom.com>
Mon, 1 Dec 2025 06:48:33 +0000 (22:48 -0800)
open-vm-tools/lib/include/uuid.h

index 79b2f8614bca26d91c03f7c73f7e34ea070a48c5..695c849c9429fdf22570728365d047eb9eb5fb87 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (c) 1998-2024 Broadcom. All Rights Reserved.
+ * Copyright (c) 1998-2025 Broadcom. All Rights Reserved.
  * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
  *
  * This program is free software; you can redistribute it and/or modify it
@@ -31,6 +31,8 @@
 #define INCLUDE_ALLOW_VMKERNEL // for typedefs only
 #include "includeCheck.h"
 
+#include "vm_basic_types.h"
+
 #if defined(__cplusplus)
 extern "C" {
 #endif