diff options
Diffstat (limited to 'src/nmt/nmt.c')
-rw-r--r-- | src/nmt/nmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmt/nmt.c b/src/nmt/nmt.c index 65d9f92..5eddd8a 100644 --- a/src/nmt/nmt.c +++ b/src/nmt/nmt.c @@ -25,7 +25,7 @@ #include <string.h> #include <errno.h> #include <time.h> -#include "../common/sample.h" +#include "../libsample/sample.h" #include "../common/debug.h" #include "../libmncc/cause.h" #include "nmt.h" |