thegenemyers / DALIGNER

Find all significant local alignments between reads
Other
138 stars 61 forks source link

ONElib.c: fix missing include. #96

Open emollier opened 5 months ago

emollier commented 5 months ago

As first identified in Debian bug #1066534, DALIGNER fails to build from source when compiled with -Werror=implicit-function-declaration. This change ensures the definition of vasprintf is appropriately loaded from the standard C library with appropriate GNU extensions.