diff rvinterf/lowlevel/rvifmain.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 4c416868524a
line wrap: on
line diff
--- a/rvinterf/lowlevel/rvifmain.c	Mon Feb 03 06:35:29 2014 +0000
+++ b/rvinterf/lowlevel/rvifmain.c	Tue Feb 04 05:03:57 2014 +0000
@@ -11,8 +11,8 @@
 #include <unistd.h>
 #include <signal.h>
 #include <time.h>
-#include "../pktmux.h"
-#include "../localsock.h"
+#include "../include/pktmux.h"
+#include "../include/localsock.h"
 #include "client.h"
 
 extern int target_fd, listener;