From 450b7e1a3d3f0b9c84f9b8f6909fa844afacbec5 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 28 Feb 2013 00:55:15 -0500 Subject: Use ENULLLOOP to handle EINTR during realpath(). Fixes Savannah bug #38420 --- loadapi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'loadapi.c') diff --git a/loadapi.c b/loadapi.c index 3170dd1..f2823e1 100644 --- a/loadapi.c +++ b/loadapi.c @@ -20,6 +20,7 @@ this program. If not, see . */ #include "filedef.h" #include "variable.h" +#include "dep.h" /* Evaluate a buffer as make syntax. Ideally eval_buffer() will take const char *, but not yet. */ -- cgit v1.2.3