Compatibility with Arduino101

Hi guys,

I recently purchased an Arduino 101 - it has Bluetooth, built-in sensors, and most importantly, it isn't too expensive. Along with the board, I bought the Wifi Shield 101.

When I attach the shield and try to run an example sketch, I get this error:

Arduino: 1.6.8 (Windows 10), Board: "Arduino/Genuino 101"
fatal error: WiFi101.h: No such file or directory
#include <WiFi101.h>

  • ^*
    compilation terminated.
    exit status 1
    Error compiling for board Arduino/Genuino 101.

I am mostly unfamiliar with Arduino, but I hope that some of you veterans out there will be able to help me with my predicament: How can I stop this error from occurring, or at the very least, what do I have to fix?

Thank you.