diff options
author | Philip Balister <philip@opensdr.com> | 2010-05-03 12:51:02 +0000 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-05-03 12:51:02 +0000 |
commit | 4c4e0f48534a735cc7f5780f4483871264a880ad (patch) | |
tree | fc8ce33e617ea1c46fcc5a6e71c56131c4076a1a /host/apps/omap_debug/usrp-e-spi.c | |
parent | a8f284d03d061a2fb9a6daf6e6bc2493daccd5d4 (diff) | |
download | uhd-4c4e0f48534a735cc7f5780f4483871264a880ad.tar.gz uhd-4c4e0f48534a735cc7f5780f4483871264a880ad.tar.bz2 uhd-4c4e0f48534a735cc7f5780f4483871264a880ad.zip |
Add hack to work around driver race.
Diffstat (limited to 'host/apps/omap_debug/usrp-e-spi.c')
-rw-r--r-- | host/apps/omap_debug/usrp-e-spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/apps/omap_debug/usrp-e-spi.c b/host/apps/omap_debug/usrp-e-spi.c index 264231731..47ee9369c 100644 --- a/host/apps/omap_debug/usrp-e-spi.c +++ b/host/apps/omap_debug/usrp-e-spi.c @@ -1,5 +1,6 @@ #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include <sys/types.h> #include <fcntl.h> #include <sys/ioctl.h> |