diff options
author | Federico Fissore <f.fissore@arduino.cc> | 2013-07-05 19:14:51 +0200 |
---|---|---|
committer | Federico Fissore <f.fissore@arduino.cc> | 2013-07-05 19:14:51 +0200 |
commit | 0576ca80226a1fb33164aec5f355476ba9d9df70 (patch) | |
tree | 59ba1a898f13884daef39e977dab72c49fdd1490 /libraries | |
parent | d11a723abb95002981fc7ca620fab4f7ce4bb158 (diff) |
forgot to include YunClient
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Bridge/examples/Bridge/Bridge.ino | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/Bridge/examples/Bridge/Bridge.ino b/libraries/Bridge/examples/Bridge/Bridge.ino index eceab07..277982a 100644 --- a/libraries/Bridge/examples/Bridge/Bridge.ino +++ b/libraries/Bridge/examples/Bridge/Bridge.ino @@ -10,6 +10,7 @@ #include <Bridge.h> #include <YunServer.h> +#include <YunClient.h> // Listen on default port 5555, the webserver on the Yun // will forward there all the HTTP requests for us. |