ofalk / libdnet

libdnet provides a simplified, portable interface to several low-level networking routines.
Other
153 stars 60 forks source link

Fixed missing sctp.h in include/dnet #47

Closed 3wnbr1 closed 4 years ago

3wnbr1 commented 5 years ago

Problem

The file sctp.h is not installed into the include/dnet/ directory which causes /usr/local/include/dnet.h:22:10: fatal error: dnet/sctp.h: No such file or directory on #include <dnet/sctp.h>

Context

It appears to be a mistake as Makefile.am contains all headers but Makefile.in is missing sctp.h

Fix

Add stcp.h to dnetinclude_HEADERS

ofalk commented 5 years ago

This has been pulled in https://github.com/ofalk/libdnet - I'll try to provide the base there for further development, since here nothing is happening any longer.