Include <strings.h> in portability/String.h
authorAndrew Krieger <andrew.krieger@oculus.com>
Wed, 19 Apr 2017 01:01:23 +0000 (18:01 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 19 Apr 2017 01:09:08 +0000 (18:09 -0700)
commit14c1d806143613b2203609531054d1244c277dcc
tree5ead384826b813a5df2fc50fea39adfebc65dd72
parentc31d639e15ceb2a1fab05f1318f886df7c18bbcb
Include <strings.h> in portability/String.h

Summary:
portabilty/String.h defines functions for Windows which
are provided by <strings.h> on other platforms, but doesn't include
<strings.h> in that case.

Reviewed By: Orvid

Differential Revision: D4908770

fbshipit-source-id: b3326f78509c2aa1acb9c9279f01537b0a243400
folly/portability/String.h