saprykin / plibsys

Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
MIT License
672 stars 74 forks source link

Fix: Issue #95 : Header files not using relative includes #98

Closed brightprogrammer closed 1 year ago

brightprogrammer commented 1 year ago

I faced the same issue and this is a fix for that problem. The build now works flawlessly!

saprykin commented 1 year ago

I put some comments in Issue #95. It's not a good way to use relative paths in general. I also don't see a problem to add an include path in the project (which is a typical way when you use CMake).