I\'m developping a C-program using Curl on Ubuntu. I\'m using Eclipse Kepler. I have installed the curl library using
apt-get install libcurl4-gnutls-dev
Try to use this. Find your curl.h file - it shoud be where you installed your curl '...\include\curl\curl.h' So instead of writing in your code this '#include ', write all path like here '#include '. It is possible to help you! Good luck )