Include lib/string.h in "make dist"-generated tarballs.
authorBen Pfaff <blp@nicira.com>
Wed, 6 Jan 2010 17:53:32 +0000 (09:53 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 6 Jan 2010 18:01:19 +0000 (10:01 -0800)
This file was missing from distributions.  Its lack prevented the
strtok_r() fix from working on systems that need it.

Reported-by: Tetsuo NAKAGAWA <nakagawa@mxc.nes.nec.co.jp>

No differences found