summaryrefslogtreecommitdiff
path: root/hdlcstress.c
diff options
context:
space:
mode:
Diffstat (limited to 'hdlcstress.c')
-rw-r--r--hdlcstress.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hdlcstress.c b/hdlcstress.c
index b27e7dc..6aa82ed 100644
--- a/hdlcstress.c
+++ b/hdlcstress.c
@@ -2,7 +2,7 @@
#include <fcntl.h>
#include <string.h>
#include <errno.h>
-#include "zaptel.h"
+#include "kernel/zaptel.h"
#include <stdio.h>
#include <linux/types.h>
#include <linux/ppp_defs.h>
@@ -11,7 +11,7 @@
#include <stdlib.h>
#include "bittest.h"
#define FAST_HDLC_NEED_TABLES
-#include "fasthdlc.h"
+#include "kernel/fasthdlc.h"
/* #define BLOCK_SIZE 2048 */
#define BLOCK_SIZE 2041