[Pdbg] [PATCH 5/7] pdbgproxy: Use bitutils.h for GETFIELD macros

Amitay Isaacs amitay at ozlabs.org
Thu Sep 12 11:37:20 AEST 2019


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 src/pdbgproxy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pdbgproxy.c b/src/pdbgproxy.c
index 4177f01..a32d1a9 100644
--- a/src/pdbgproxy.c
+++ b/src/pdbgproxy.c
@@ -16,7 +16,7 @@
 #include <errno.h>
 #include <ccan/array_size/array_size.h>
 
-#include <operations.h>
+#include <bitutils.h>
 #include <hwunit.h>
 
 #include "pdbgproxy.h"
-- 
2.21.0



More information about the Pdbg mailing list