diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-04 09:32:59 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-04 09:32:59 +0000 |
commit | 16c5767940f8feb99c108c170ae4fb4f17b27141 (patch) | |
tree | f0b48d9c8e93f919098b405c9843d3ef0c4cd395 /host/apps/omap_debug/usrp-e-i2c.c | |
parent | 8f21adbed40db490bec8ead6b8d50d2b3d1a4136 (diff) | |
parent | 6929d0cba40a2bf4f4b3b81819bb915bdbb16488 (diff) | |
download | uhd-16c5767940f8feb99c108c170ae4fb4f17b27141.tar.gz uhd-16c5767940f8feb99c108c170ae4fb4f17b27141.tar.bz2 uhd-16c5767940f8feb99c108c170ae4fb4f17b27141.zip |
Merge branch 'usrp_e' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/apps/omap_debug/usrp-e-i2c.c')
-rw-r--r-- | host/apps/omap_debug/usrp-e-i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/apps/omap_debug/usrp-e-i2c.c b/host/apps/omap_debug/usrp-e-i2c.c index 575430f84..615dc557b 100644 --- a/host/apps/omap_debug/usrp-e-i2c.c +++ b/host/apps/omap_debug/usrp-e-i2c.c @@ -1,6 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> #include <sys/types.h> #include <fcntl.h> #include <sys/ioctl.h> |