xl2tpd: fix a minor compiler warning
authorDaniel Golle <daniel@makrotopia.org>
Wed, 13 May 2015 14:12:04 +0000 (16:12 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 13 May 2015 14:12:04 +0000 (16:12 +0200)
commitd4381c289f8d12d7eabb5847234743edc03161ba
tree3ebc8a90accee03c207e9f3d921c19b3a3cada00
parentb47fe96be480fd68c23642498f8a72b86613a0ae
xl2tpd: fix a minor compiler warning

gcc complains about atexit() being implicitely defined in
xl2tpd-control.c
Fix that by including stdlib.h in xl2tpd-control.c

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/xl2tpd/patches/250-xl2tpd-control-atexit-needs-stdlib.patch [new file with mode: 0644]