Skip to content

Instantly share code, notes, and snippets.

@adarobin
Last active May 4, 2018 23:15
Show Gist options
  • Save adarobin/483eff2192744d54cf17dbcd988dfdd2 to your computer and use it in GitHub Desktop.
Save adarobin/483eff2192744d54cf17dbcd988dfdd2 to your computer and use it in GitHub Desktop.
yara-rpc-types.patch
diff --git a/lib/yara.c b/lib/yara.c
index edced3be8..27390d153 100644
--- a/lib/yara.c
+++ b/lib/yara.c
@@ -25,8 +25,8 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <string.h>
-#include <rpc/xdr.h>
#include <rpc/types.h>
+#include <rpc/xdr.h>
#include "guestfs.h"
#include "guestfs_protocol.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment