Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Compilation fixes for more recent kernels
[palacios.git] / linux_usr / v3_user_keyed_stream.h
index 23d5943..f3fd91c 100644 (file)
@@ -4,6 +4,7 @@
 #include <stdint.h>
 #define sint64_t int64_t
 
+#include "v3_ctrl.h"
 #include "iface-keyed-stream-user.h"
 
 int v3_user_keyed_stream_attach(char *dev, char *url);