From eb438719f7cd9f6ae3f39a14db3a18007448341a Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 31 Aug 2009 15:22:16 +0000 Subject: OS400: adjust inclusion paths in include files to avoid "include file not found" in DB2 mode. --- packages/OS400/ccsidcurl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/OS400/ccsidcurl.h') diff --git a/packages/OS400/ccsidcurl.h b/packages/OS400/ccsidcurl.h index f270d8334..0efacef36 100644 --- a/packages/OS400/ccsidcurl.h +++ b/packages/OS400/ccsidcurl.h @@ -25,9 +25,9 @@ #ifndef __CURL_CCSIDCURL_H #define __CURL_CCSIDCURL_H -#include -#include -#include +#include "curl.h" +#include "easy.h" +#include "multi.h" CURL_EXTERN char * curl_version_ccsid(unsigned int ccsid); -- cgit v1.2.3