From 6593215a5726fb5e700cc72691049f1b28bbc5fc Mon Sep 17 00:00:00 2001 From: vivek-shankar Date: Thu, 23 Feb 2017 23:10:01 -0500 Subject: [PATCH] bzz har code include correction --- src/testflockfev.bzz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testflockfev.bzz b/src/testflockfev.bzz index 3d66077..98abcd6 100644 --- a/src/testflockfev.bzz +++ b/src/testflockfev.bzz @@ -1,6 +1,6 @@ # We need this for 2D vectors # Make sure you pass the correct include path to "bzzc -I ..." -include "/home/vivek/ubuntu/buzz/src/include/vec2.bzz" +include "/home/ubuntu/buzz/src/include/vec2.bzz" #################################################################################################### # Updater related # This should be here for the updater to work, changing position of code will crash the updater