corecode / dma

The DragonFly Mail Agent, a small Mail Transport Agent (MTA), designed for home and office use.
Other
231 stars 50 forks source link

net.c: Include string.h #58

Closed mtremer closed 6 years ago

mtremer commented 6 years ago

Various functions that have been used come from string.h. GCC compiled dma without this header, but unfortunately the binary segfaulted at random times.

Signed-off-by: Michael Tremer michael.tremer@ipfire.org