From a6f6f374b578fd262685085485dc9ba13a91a4e2 Mon Sep 17 00:00:00 2001 From: vivek-shankar Date: Sun, 19 Feb 2017 23:39:08 -0500 Subject: [PATCH] bzz file include correction --- src/test1.bzz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test1.bzz b/src/test1.bzz index 78c257e..3e9d1fb 100644 --- a/src/test1.bzz +++ b/src/test1.bzz @@ -1,7 +1,7 @@ # 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