aboutsummaryrefslogtreecommitdiff
path: root/src/utils/pipe_image.c
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2020-01-04 19:38:36 +0100
committervetch <vetch97@gmail.com>2020-01-04 19:38:36 +0100
commit5d5ba341d770017eeb392e186e21fbf887a97d2e (patch)
tree5ac189693f6fbfca5b4da4b2d82fe55f43e9da41 /src/utils/pipe_image.c
parentce9063ce4cdf4dcfdb80c2d861fb8c794db31719 (diff)
downloadrpi-MMU-example-5d5ba341d770017eeb392e186e21fbf887a97d2e.tar.gz
rpi-MMU-example-5d5ba341d770017eeb392e186e21fbf887a97d2e.zip
Added missing files
Diffstat (limited to 'src/utils/pipe_image.c')
-rw-r--r--src/utils/pipe_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pipe_image.c b/src/utils/pipe_image.c
index 77c3c07..b148ac4 100644
--- a/src/utils/pipe_image.c
+++ b/src/utils/pipe_image.c
@@ -3,7 +3,7 @@
#include <endian.h>
#include <stdint.h>
#include <sys/types.h>
-#include "../lib/rs232/rs232.h"
+#include "../../lib/rs232/rs232.h"
#define ANSI_FG_RED "\033[0;31m"
#define ANSI_FG_DEFAULT "\033[0;39m"