* interp.c: Include config.h before system header files.
This commit is contained in:
Hans-Peter Nilsson 2012-05-20 05:34:23 +00:00
parent 29843cc2d2
commit 3550b23619
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-05-20 Hans-Peter Nilsson <hp@axis.com>
PR 14072
* interp.c: Include config.h before system header files.
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

View File

@ -18,6 +18,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "config.h"
#include <signal.h>
#include "sysdep.h"
#include <sys/times.h>