summaryrefslogtreecommitdiff
path: root/mesh/crypto.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2017-08-21 13:40:03 +0200
committerMarcel Holtmann <marcel@holtmann.org>2017-08-21 13:40:03 +0200
commit8e96790482aa1c0d79ce38c8943d9c98be73a1d4 (patch)
tree56a3d6be0e97fa66e0bebd86e49e04d2c8b56f69 /mesh/crypto.c
parent2cbd0d69eb0cffe672c3f94c7b4bf135de54c4fe (diff)
downloadbluez-8e96790482aa1c0d79ce38c8943d9c98be73a1d4.tar.gz
mesh: Fix includes to use root relative path names
Diffstat (limited to 'mesh/crypto.c')
-rw-r--r--mesh/crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh/crypto.c b/mesh/crypto.c
index 189624eaa..efb9df8ac 100644
--- a/mesh/crypto.c
+++ b/mesh/crypto.c
@@ -43,8 +43,8 @@
#endif
#include "src/shared/util.h"
-#include "mesh-net.h"
-#include "crypto.h"
+#include "mesh/mesh-net.h"
+#include "mesh/crypto.h"
static int alg_new(int fd, const void *keyval, socklen_t keylen,
size_t mic_size)