summaryrefslogtreecommitdiff
path: root/open-vm-tools/modules/solaris/vmhgfs/hgfsState.c
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/modules/solaris/vmhgfs/hgfsState.c')
-rw-r--r--open-vm-tools/modules/solaris/vmhgfs/hgfsState.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/open-vm-tools/modules/solaris/vmhgfs/hgfsState.c b/open-vm-tools/modules/solaris/vmhgfs/hgfsState.c
index 56a00471..77c2ff0b 100644
--- a/open-vm-tools/modules/solaris/vmhgfs/hgfsState.c
+++ b/open-vm-tools/modules/solaris/vmhgfs/hgfsState.c
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2004 VMware, Inc. All rights reserved.
+ * Copyright (C) 2004-2015 VMware, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of the Common
* Development and Distribution License (the "License") version 1.0
@@ -32,8 +32,9 @@
#include "hgfsState.h"
#include "debug.h"
-#include "vm_assert.h"
#include "vm_basic_types.h"
+#include "vm_basic_defs.h"
+#include "vm_assert.h"
#include "sha1.h" /* SHA-1 for Node ID calculation */