OS400: adjust inclusion paths in include files to avoid "include file not found" in DB2 mode.

This commit is contained in:
Patrick Monnerat
2009-08-31 15:22:16 +00:00
parent 44e2832b2a
commit eb438719f7
3 changed files with 17 additions and 7 deletions

View File

@@ -25,9 +25,9 @@
#ifndef __CURL_CCSIDCURL_H
#define __CURL_CCSIDCURL_H
#include <curl.h>
#include <easy.h>
#include <multi.h>
#include "curl.h"
#include "easy.h"
#include "multi.h"
CURL_EXTERN char * curl_version_ccsid(unsigned int ccsid);