commit | f665d69654fcfba15313c0f6698db93794c23ad9 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Feb 17 22:11:39 2013 -0800 |
committer | Brian Silverman <brians> | Mon Mar 04 19:31:01 2013 -0800 |
tree | 025286c73fcf015dea018b50f14ace8f594b980c | |
parent | fe046f4ecc7197f17a3a0a1837469dc6f0a88484 [diff] [blame] |
copying branch over from other 2013 repo
diff --git a/aos/atom_code/camera/Buffers.cpp b/aos/atom_code/camera/Buffers.cpp index 22b7337..f580f89 100644 --- a/aos/atom_code/camera/Buffers.cpp +++ b/aos/atom_code/camera/Buffers.cpp
@@ -1,8 +1,10 @@ -#include "Buffers.h" -#include "V4L2.h" +#include "aos/atom_code/camera/Buffers.h" #include <sys/mman.h> +#include "aos/atom_code/camera/V4L2.h" +#include "aos/common/logging/logging.h" + namespace aos { namespace camera {