Multiple Libraries Found Error on Mac

I am trying to import an SD library in order to log data (#include "SD.h")
and I get this error:

/Applications/Arduino.app/Contents/Java/libraries/SD/src/utility/Sd2Card.cpp:26:17: fatal error: SPI.h: No such file or directory
#include <SPI.h>
^
compilation terminated.
Multiple libraries were found for "SD.h"
Used: /Applications/Arduino.app/Contents/Java/libraries/SD
Not used: /Users/Jason/Documents/Arduino/libraries/SD-master
Error compiling.[/center]

Anyone know how I can get my program to use SD-master and not my Java SD library? Thanks!

Arduino: 1.6.5 (Mac OS X), Board: "Arduino/Genuino Uno"

jasonpm:
Anyone know how I can get my program to use SD-master and not my Java SD library? Thanks!

rename /Users/Jason/Documents/Arduino/libraries/SD-master to /Users/Jason/Documents/Arduino/libraries/SD and restart the Arduino IDE. If it still includes /Applications/Arduino.app/Contents/Java/libraries/SD instead let me know, there might be some other tricks to get the one in your sketchbook folder to take priority.