diff rvinterf/lowlevel/format.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 2f214bd03119
children 05874f1ddacb
line wrap: on
line diff
--- a/rvinterf/lowlevel/format.c	Mon Feb 03 06:35:29 2014 +0000
+++ b/rvinterf/lowlevel/format.c	Tue Feb 04 05:03:57 2014 +0000
@@ -7,8 +7,8 @@
 #include <stdio.h>
 #include <string.h>
 #include <strings.h>
-#include "../pktmux.h"
-#include "../limits.h"
+#include "../include/pktmux.h"
+#include "../include/limits.h"
 
 extern u_char rxpkt[];
 extern size_t rxpkt_len;