You're hijacking someone else's thread. That is bad form on any forum. Please start your own thread, and when you do, post your code between code tags.
See PaulS and SurferTim's posts for an example.
In the reply window, code tags are found by clicking on the </> button in the "Reply" window.
And an Arduino program doesn't like two 'setup()' and two 'loop()' functions.
#define and #include don't belong in any fuction; place them at the top of your code. You also have two times setup() and loop(); you can only have one of each.
NicoleBackal:
My arduino program isn't working because #include needs to have a FILENAME and when i put OR "FILENAME" it doesn't work, What should i do?
Google it (probably did that)
see if you can make sense out of the things that have been said. (probably not, since you missed a fairly important point that was being made)
Start your own thread and be as complete and accurate as possible, post your code in code tags.