Add some missing #include statements.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 30 Jun 2008 20:28:12 +0000 (13:28 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Mon, 30 Jun 2008 20:28:12 +0000 (13:28 -0700)
commit915e73b3fa1f245541611f26268cdd574798e1e2
treea91817ac1a961d5bb8e2e6ca360370869a75b9d2
parent8bb88376ded6fcbaf32b510ef14e9c1c3cee000c
Add some missing #include statements.

Some standard include files (stdlib.h and string.h) were not being included
where necessary.  This worked in the past, but seems to break for some
versions of the compiler/standard library, so be sure to include what we
need.
metadata.cc
ref.cc
scandir.cc
store.cc
subfile.cc
util.cc