Add missing include files to configure tests
authorPeter Eisentraut <[email protected]>
Tue, 30 Aug 2016 16:00:00 +0000 (12:00 -0400)
committerPeter Eisentraut <[email protected]>
Fri, 30 Sep 2016 18:04:10 +0000 (14:04 -0400)
commita5da81359dbddfee49ea7800b43d99c204b4d31f
tree43969d043ee34c82b7bc33e0dccb5d085aece9b0
parent1c0cf52b39ca3a9a79661129cff918dc000a55eb
Add missing include files to configure tests

atoi() needs stdlib.h
strcmp() needs string.h

Reviewed-by: Heikki Linnakangas <[email protected]>
Reviewed-by: Thomas Munro <[email protected]>
config/c-library.m4
configure