Lines 1-16
Link Here
|
1 |
--- vtest/vtest_renderer.c.orig 2020-05-16 19:25:05 UTC |
1 |
--- vtest/vtest_renderer.c.orig 2024-01-08 20:00:59 UTC |
2 |
+++ vtest/vtest_renderer.c |
2 |
+++ vtest/vtest_renderer.c |
3 |
@@ -35,7 +35,9 @@ |
3 |
@@ -40,6 +40,7 @@ |
4 |
#include <sys/uio.h> |
4 |
#include <sys/uio.h> |
5 |
#include <sys/socket.h> |
5 |
#include <sys/socket.h> |
6 |
#include <sys/mman.h> |
6 |
#include <sys/mman.h> |
7 |
+#include <sys/stat.h> |
7 |
+#include <sys/stat.h> |
8 |
|
8 |
#ifdef HAVE_EVENTFD_H |
9 |
+ |
9 |
#include <sys/eventfd.h> |
10 |
#include "vtest.h" |
10 |
#endif |
11 |
#include "vtest_shm.h" |
11 |
@@ -368,7 +369,7 @@ int vtest_block_read(struct vtest_input *input, void * |
12 |
#include "vtest_protocol.h" |
|
|
13 |
@@ -158,7 +160,7 @@ int vtest_block_read(struct vtest_input *input, void * |
14 |
if (getenv("VTEST_SAVE")) { |
12 |
if (getenv("VTEST_SAVE")) { |
15 |
if (savefd == -1) { |
13 |
if (savefd == -1) { |
16 |
savefd = open(getenv("VTEST_SAVE"), |
14 |
savefd = open(getenv("VTEST_SAVE"), |