summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-22 17:10:34 -0400
committerPaul Smith <psmith@gnu.org>2013-09-22 17:10:34 -0400
commit26f4525ebafeed12948bd1dbbda99257f833b090 (patch)
treeccb9468c060d3455ab7ded3f661d3a5006c630c1 /read.c
parentbd2bcaeda6ccaddcac9f5170501c804c02d05b86 (diff)
downloadmake-26f4525ebafeed12948bd1dbbda99257f833b090.tar.gz
Add VMS port updates from Hartmut Becker.
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index f8542b0f..a4ca72d6 100644
--- a/read.c
+++ b/read.c
@@ -20,8 +20,8 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#include <glob.h>
-#include "dep.h"
#include "filedef.h"
+#include "dep.h"
#include "job.h"
#include "commands.h"
#include "variable.h"