diff options
Diffstat (limited to 'host/examples/gpio.cpp')
-rw-r--r-- | host/examples/gpio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/gpio.cpp b/host/examples/gpio.cpp index b0d15f35a..f0884468b 100644 --- a/host/examples/gpio.cpp +++ b/host/examples/gpio.cpp @@ -80,7 +80,7 @@ #include <boost/assign.hpp> #include <boost/program_options.hpp> #include <boost/format.hpp> -#include <boost/cstdint.hpp> +#include <stdint.h> #include <boost/thread.hpp> #include <csignal> #include <iostream> |