]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Add "#include <string.h>" to services/vmtoolsd/toolsHangDetector.c.
authorOliver Kurth <okurth@vmware.com>
Fri, 2 Nov 2018 22:28:27 +0000 (15:28 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 2 Nov 2018 22:28:27 +0000 (15:28 -0700)
open-vm-tools/services/vmtoolsd/toolsHangDetector.c

index 25fb8cd29c5455da2a48947d4d0301230f6e1709..58a7f894118a698bb893630531cae3242a01aa78 100644 (file)
@@ -22,6 +22,7 @@
  *    Implementation of the tools hang detection and reporting
  */
 
+#include <string.h>
 #include <glib.h>
 
 #include "vmware.h"