aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcompandor/compandor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcompandor/compandor.c')
-rw-r--r--src/libcompandor/compandor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcompandor/compandor.c b/src/libcompandor/compandor.c
index c2a326c..3a2ca9b 100644
--- a/src/libcompandor/compandor.c
+++ b/src/libcompandor/compandor.c
@@ -21,7 +21,7 @@
#include <stdint.h>
#include <string.h>
#include <math.h>
-#include "../common/sample.h"
+#include "../libsample/sample.h"
#include "compandor.h"
//#define db2level(db) pow(10, (double)db / 20.0)