From 393553c7bb798ceef5774e80bc3ca683b2aff6e3 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Sun, 29 Dec 2013 08:05:44 -0500 Subject: [PATCH] vm-file-editor: #include for gettimeofday --- qubes-rpc/vm-file-editor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qubes-rpc/vm-file-editor.c b/qubes-rpc/vm-file-editor.c index f31cdce..9b68f7f 100644 --- a/qubes-rpc/vm-file-editor.c +++ b/qubes-rpc/vm-file-editor.c @@ -1,5 +1,6 @@ #include #include +#include #include #include #include