Skip to content

Instantly share code, notes, and snippets.

@adarobin
Last active May 4, 2018 23:16
Show Gist options
  • Save adarobin/2f721322716539684e7ad7ab88ed61f8 to your computer and use it in GitHub Desktop.
Save adarobin/2f721322716539684e7ad7ab88ed61f8 to your computer and use it in GitHub Desktop.
tsk-rpc-types.patch
diff --git a/lib/tsk.c b/lib/tsk.c
index 09e514bd2..cb1dc94ec 100644
--- a/lib/tsk.c
+++ b/lib/tsk.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