summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-22 00:48:05 -0400
committerPaul Smith <psmith@gnu.org>2013-09-22 17:10:34 -0400
commit1a991ada47e0c98ddcb4b2d30b1cf14e4b6a949a (patch)
treeccb9468c060d3455ab7ded3f661d3a5006c630c1 /file.c
parent7e77685bc35dd0217ed3c72529b2aaf8466b991d (diff)
downloadgunmake-1a991ada47e0c98ddcb4b2d30b1cf14e4b6a949a.tar.gz
Add VMS port updates from Hartmut Becker.
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index c8e19e5..b209d88 100644
--- a/file.c
+++ b/file.c
@@ -18,8 +18,8 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#include <assert.h>
-#include "dep.h"
#include "filedef.h"
+#include "dep.h"
#include "job.h"
#include "commands.h"
#include "variable.h"