aboutsummaryrefslogtreecommitdiff
path: root/bastion/recording.c
diff options
context:
space:
mode:
authorJulien Dessaux2019-03-14 17:40:04 +0100
committerJulien Dessaux2019-03-14 17:40:04 +0100
commit3933311d47b236aec9c92b8b64f3a94d6b031a79 (patch)
treecdfa5b07dc80e86f661237b98c587d1752c2bd9f /bastion/recording.c
parentFixed build problem with SESSION_RECORDING flag set to OFF and updated the re... (diff)
downloadbastion-3933311d47b236aec9c92b8b64f3a94d6b031a79.tar.gz
bastion-3933311d47b236aec9c92b8b64f3a94d6b031a79.tar.bz2
bastion-3933311d47b236aec9c92b8b64f3a94d6b031a79.zip
Use proper directories configuration from cmake
Diffstat (limited to 'bastion/recording.c')
-rw-r--r--bastion/recording.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bastion/recording.c b/bastion/recording.c
index 7692ff1..8a8c570 100644
--- a/bastion/recording.c
+++ b/bastion/recording.c
@@ -10,7 +10,7 @@
#include <time.h>
#include <ttyrec.h>
-#include "../config.h"
+#include "common/config.h"
#include "recording.h"
#include "state.h"