X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2Fwaitpid.c;h=b6f585e4c7bfb515bb56d3fefbdf891b4d60f465;hb=ac8690fc4e1f697b89e00a0335eeaf6d27b33288;hp=f2b423577e9132fcee70331457bbd727373ced52;hpb=ea2373a8a3165e0b4c471ad0e932cb35b85aec0f;p=chaz%2Ftar diff --git a/lib/waitpid.c b/lib/waitpid.c index f2b4235..b6f585e 100644 --- a/lib/waitpid.c +++ b/lib/waitpid.c @@ -14,12 +14,15 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, - 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #if HAVE_CONFIG_H # include #endif +#include +#include + #include #ifndef errno extern int errno;