diff options
author | Paul Smith <psmith@gnu.org> | 2013-02-28 00:55:15 -0500 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-02-28 00:55:15 -0500 |
commit | 450b7e1a3d3f0b9c84f9b8f6909fa844afacbec5 (patch) | |
tree | 8d3d5b4a83eb504559e37d2bf18b5656155934b7 /loadapi.c | |
parent | 5058a94ee717d96285da20423324af3478df175d (diff) | |
download | gunmake-450b7e1a3d3f0b9c84f9b8f6909fa844afacbec5.tar.gz |
Use ENULLLOOP to handle EINTR during realpath(). Fixes Savannah bug #38420
Diffstat (limited to 'loadapi.c')
-rw-r--r-- | loadapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |