comparison rvinterf/lowlevel/rvtdump.c @ 256:2f285f20d617

rvinterf: *.h moved into include subdir
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 04 Feb 2014 05:03:57 +0000
parents 549e6cd1e77d
children 1171c32a637b
comparison
equal deleted inserted replaced
255:c33fb341faeb 256:2f285f20d617
7 #include <sys/errno.h> 7 #include <sys/errno.h>
8 #include <stdio.h> 8 #include <stdio.h>
9 #include <stdlib.h> 9 #include <stdlib.h>
10 #include <unistd.h> 10 #include <unistd.h>
11 #include <time.h> 11 #include <time.h>
12 #include "../pktmux.h" 12 #include "../include/pktmux.h"
13 13
14 extern int target_fd; 14 extern int target_fd;
15 extern char *baudrate_name; 15 extern char *baudrate_name;
16 16
17 extern u_char rxpkt[]; 17 extern u_char rxpkt[];