aboutsummaryrefslogtreecommitdiff
path: root/test/mocks.c
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-04-13 17:10:35 +0100
committerGitHub <noreply@github.com>2021-04-13 17:10:35 +0100
commit7c08067fa7376589ff8177c6cc9a36a12a12c407 (patch)
tree487c93737401f4ca2fe4aaeed2cea5f5294c8bdc /test/mocks.c
parent1c2301b05baefe4e224adb93e1b642df4edca3f2 (diff)
downloadlibvfio-user-7c08067fa7376589ff8177c6cc9a36a12a12c407.zip
libvfio-user-7c08067fa7376589ff8177c6cc9a36a12a12c407.tar.gz
libvfio-user-7c08067fa7376589ff8177c6cc9a36a12a12c407.tar.bz2
tran_sock: use ERROR_INT() (#431)
Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'test/mocks.c')
-rw-r--r--test/mocks.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/mocks.c b/test/mocks.c
index 7121826..3361c5a 100644
--- a/test/mocks.c
+++ b/test/mocks.c
@@ -39,11 +39,11 @@
#include <cmocka.h>
-#include "mocks.h"
#include "dma.h"
#include "migration.h"
-#include "../lib/private.h"
-#include "../lib/tran_sock.h"
+#include "mocks.h"
+#include "private.h"
+#include "tran_sock.h"
struct function
{