]> git.ipfire.org Git - thirdparty/util-linux.git/commit
include: [xalloc.h] include string.h
authorMarek Polacek <mmpolacek@gmail.com>
Fri, 4 Feb 2011 14:08:48 +0000 (15:08 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Feb 2011 16:46:15 +0000 (17:46 +0100)
commitb45fa8b2f1ac3ffd9dc6ab7018260d753d1147b2
tree56be74c7b7542468d91628040af86a41aeb09c2f
parent40084d0d5c5031580907d61e2df81b5b21af6c68
include: [xalloc.h] include string.h

xalloc.h needs string.h for declaration of strdup().  Otherwise we
can get implicit declaration warning.  This patch prevents it.

Signed-off-by: Marek Polacek <mpolacek@redhat.com>
include/xalloc.h