Build error while using ubidots C api

I am trying to run sample program in Ubidots C api. While building the C program error is “F:\CCS_workspace\include\curl\curlbuild.h”, line 122: fatal error #5: could not open source file “windows.h”

any help is appreciated. Let me know if u need any more details.

@woakas @juanda95 @ubidots

@k413 what compiler are you using?

@Metavix used cross compiler specific for an IoT gateway board…
i tried with gcc and program works…

but the IoT gateway board is ARM based and gcc compiled code doesnt work on it…

@k413 that error is an error with a library of windows, and it is like a you don´t have permissions, you could try run as administrator.

Best regards,
Metavix