Reputation: 41
#include "unpipc.h"
I am trying to use #include "unpipc.h"
with cygwin but it gives me an error not such file or directory
I tried to write it as #include <unpipc.h>
but still the error occur.
the code is in C language.
Upvotes: 1
Views: 1433
Reputation: 1
As has been noted, that is not a standard file
$ curl 'cygwin.com/cgi-bin2/package-grep.cgi?text=1&arch=x86_64&grep=unpipc.h'
Found 0 matches for unpipc.h
Upvotes: 1