]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Fix build error in message.c
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:17 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:17 +0000 (11:23 -0700)
open-vm-tools/lib/message/message.c

index 6465ff4c93479f724f5d0b6156a4392b9e483375..1ff5e46833367ecb8051ba4da73ad2fda6f17bed 100644 (file)
  *    such an operation. This layer takes care of retrying those operations.
  */
 
-#include "backdoor_def.h"
-#include "guest_msg_def.h"
-#include "backdoor.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -67,9 +63,11 @@ extern "C" {
 #   include "debug.h"
 #endif
 
+#include "backdoor_def.h"
+#include "guest_msg_def.h"
+#include "backdoor.h"
 #include "message.h"
 
-
 #if defined(MESSAGE_DEBUG)
 #  define MESSAGE_LOG(...)   Warning(__VA_ARGS__)
 #else