When referencing to header files relative to your c file you should use #include "path/to/header.h"
The form #include <someheader.h> is only used for internal headers or for explicitly added directories (in gcc with the -I option).
When referencing to header files relative to your c file you should use #include "path/to/header.h"
The form #include <someheader.h> is only used for internal headers or for explicitly added directories (in gcc with the -I option).
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.