shared: include <stdlib.h> in "nm-macros-internal.h"
authorThomas Haller <thaller@redhat.com>
Wed, 23 Mar 2016 16:55:27 +0000 (17:55 +0100)
committerThomas Haller <thaller@redhat.com>
Thu, 24 Mar 2016 09:10:53 +0000 (10:10 +0100)
commit2c11e23c34628f5fe8bb9b6036fcc442d0d6a41d
tree194a2bb1daa647716c622e14b5c34b264f944756
parent2f6517df432bcbc1df6d74d824daa7c3ecdb3c2e
shared: include <stdlib.h> in "nm-macros-internal.h"

"nm-macros-internal.h" uses free() for the "nm_auto_free"
macro. Thus, as long as that code is there, we anyway must
include <stdlib.h> along the line.

Do it in "nm-macros-internal.h" to make the header self-contained.
shared/nm-macros-internal.h