commit | 7221e810e59e479f8a0f7a3f42d4bd6d38ac27aa | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri Sep 13 22:32:12 2013 -0700 |
committer | Brian Silverman <brians> | Sat Sep 14 15:30:37 2013 -0700 |
tree | 86225b780f0aa5858d9fa3dfcaf61daf024f23c2 | |
parent | 395d625e3b6f508cd2b4094d3b8edfe7ba2b8be1 [diff] [blame] |
got gbuffer and its test compiling (+passing)
diff --git a/aos/common/glibusb/glibusb_test.cc b/aos/common/glibusb/glibusb_test.cc index 7a569cf..9f15970 100644 --- a/aos/common/glibusb/glibusb_test.cc +++ b/aos/common/glibusb/glibusb_test.cc
@@ -1,7 +1,9 @@ // Copyright 2012 Google Inc. All Rights Reserved. // Author: charliehotel@google.com (Christopher Hoover) +// +// Modified by FRC Team 971. -#include "../glibusb.h" +#include "glibusb.h" #include <sstream> #include <gtest/gtest.h>