summaryrefslogtreecommitdiff
path: root/loadapi.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-02-28 00:55:15 -0500
committerPaul Smith <psmith@gnu.org>2013-02-28 00:55:15 -0500
commit450b7e1a3d3f0b9c84f9b8f6909fa844afacbec5 (patch)
tree8d3d5b4a83eb504559e37d2bf18b5656155934b7 /loadapi.c
parent5058a94ee717d96285da20423324af3478df175d (diff)
downloadgunmake-450b7e1a3d3f0b9c84f9b8f6909fa844afacbec5.tar.gz
Use ENULLLOOP to handle EINTR during realpath(). Fixes Savannah bug #38420
Diffstat (limited to 'loadapi.c')
-rw-r--r--loadapi.c1
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */
#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. */